Struct wildland_devshell::plugins::dfs::stream::DevShellOStream
source · pub struct DevShellOStream {
file: File,
}
Fields§
§file: File
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DevShellOStream
impl Send for DevShellOStream
impl Sync for DevShellOStream
impl Unpin for DevShellOStream
impl UnwindSafe for DevShellOStream
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more