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