pub struct Cerr;
Trait Implementations§
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