#[non_exhaustive]pub struct ErrorDesc { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for ErrorDesc
impl StructuralPartialEq for ErrorDesc
Auto Trait Implementations§
impl Freeze for ErrorDesc
impl RefUnwindSafe for ErrorDesc
impl Send for ErrorDesc
impl Sync for ErrorDesc
impl Unpin for ErrorDesc
impl UnsafeUnpin for ErrorDesc
impl UnwindSafe for ErrorDesc
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