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