pub struct Pickup<R, P, S>{
pub storage: S,
/* private fields */
}Fields§
§storage: SImplementations§
Auto Trait Implementations§
impl<R, P, S> Freeze for Pickup<R, P, S>
impl<R, P, S> RefUnwindSafe for Pickup<R, P, S>
impl<R, P, S> Send for Pickup<R, P, S>
impl<R, P, S> Sync for Pickup<R, P, S>
impl<R, P, S> Unpin for Pickup<R, P, S>
impl<R, P, S> UnwindSafe for Pickup<R, P, S>
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