pub struct LsionR { /* private fields */ }
Expand description
Value of the field LSION
Implementations§
Auto Trait Implementations§
impl Freeze for LsionR
impl RefUnwindSafe for LsionR
impl Send for LsionR
impl Sync for LsionR
impl Unpin for LsionR
impl UnwindSafe for LsionR
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