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