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