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