pub struct GetAttr;
Trait Implementations§
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