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