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