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