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