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