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