pub enum Fsync {}Trait Implementations§
Source§impl<'o> Operation<'o> for Fsync
impl<'o> Operation<'o> for Fsync
type RequestBody = &'o FsyncIn
type ReplyState = ()
Source§impl<'o> RequestFlags<'o> for Fsync
impl<'o> RequestFlags<'o> for Fsync
Auto Trait Implementations§
impl Freeze for Fsync
impl RefUnwindSafe for Fsync
impl Send for Fsync
impl Sync for Fsync
impl Unpin for Fsync
impl UnwindSafe for Fsync
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