#[repr(C)]pub struct ErrorO { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorO
impl RefUnwindSafe for ErrorO
impl Send for ErrorO
impl Sync for ErrorO
impl Unpin for ErrorO
impl UnwindSafe for ErrorO
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