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