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