#[repr(transparent)]pub struct Cerr(pub u8);Expand description
Clear Error
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for Cerr
impl Eq for Cerr
impl StructuralPartialEq for Cerr
Auto Trait Implementations§
impl Freeze for Cerr
impl RefUnwindSafe for Cerr
impl Send for Cerr
impl Sync for Cerr
impl Unpin for Cerr
impl UnwindSafe for Cerr
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