pub struct Lift(/* private fields */);Expand description
Implementations§
Auto Trait Implementations§
impl Freeze for Lift
impl RefUnwindSafe for Lift
impl Send for Lift
impl Sync for Lift
impl Unpin for Lift
impl UnwindSafe for Lift
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