pub struct AtpStatus {
pub status: String,
pub kind: AtpStatusKind,
}Expand description
Parsed SZS status line from an ATP.
Fields§
§status: String§kind: AtpStatusKindTrait Implementations§
impl Eq for AtpStatus
impl StructuralPartialEq for AtpStatus
Auto Trait Implementations§
impl Freeze for AtpStatus
impl RefUnwindSafe for AtpStatus
impl Send for AtpStatus
impl Sync for AtpStatus
impl Unpin for AtpStatus
impl UnsafeUnpin for AtpStatus
impl UnwindSafe for AtpStatus
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