pub struct ErrorPart {}Auto Trait Implementations§
impl Freeze for ErrorPart
impl RefUnwindSafe for ErrorPart
impl Send for ErrorPart
impl Sync for ErrorPart
impl Unpin for ErrorPart
impl UnsafeUnpin for ErrorPart
impl UnwindSafe for ErrorPart
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