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