pub struct FailureTrace {
pub text: String,
}Fields§
§text: StringAuto Trait Implementations§
impl Freeze for FailureTrace
impl RefUnwindSafe for FailureTrace
impl Send for FailureTrace
impl Sync for FailureTrace
impl Unpin for FailureTrace
impl UnsafeUnpin for FailureTrace
impl UnwindSafe for FailureTrace
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