pub struct Attatch { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Attatch
impl RefUnwindSafe for Attatch
impl Send for Attatch
impl Sync for Attatch
impl Unpin for Attatch
impl UnwindSafe for Attatch
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