pub struct failureReason;
Trait Implementations§
Source§impl Field for failureReason
impl Field for failureReason
Auto Trait Implementations§
impl Freeze for failureReason
impl RefUnwindSafe for failureReason
impl Send for failureReason
impl Sync for failureReason
impl Unpin for failureReason
impl UnwindSafe for failureReason
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