pub struct WriteFile {}Trait Implementations§
Source§impl ReplyVariant for WriteFile
Available on crate feature filesystem-client only.
impl ReplyVariant for WriteFile
Available on crate feature
filesystem-client only.impl Eq for WriteFile
impl StructuralPartialEq for WriteFile
Auto Trait Implementations§
impl Freeze for WriteFile
impl RefUnwindSafe for WriteFile
impl Send for WriteFile
impl Sync for WriteFile
impl Unpin for WriteFile
impl UnsafeUnpin for WriteFile
impl UnwindSafe for WriteFile
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