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