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