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