pub enum AtpStatusKind {
Proved,
Unknown,
Timeout,
Failure,
}Expand description
High-level classification of a parsed SZS ATP status.
Variants§
Trait Implementations§
Source§impl Clone for AtpStatusKind
impl Clone for AtpStatusKind
Source§fn clone(&self) -> AtpStatusKind
fn clone(&self) -> AtpStatusKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AtpStatusKind
impl Debug for AtpStatusKind
Source§impl PartialEq for AtpStatusKind
impl PartialEq for AtpStatusKind
impl Eq for AtpStatusKind
impl StructuralPartialEq for AtpStatusKind
Auto Trait Implementations§
impl Freeze for AtpStatusKind
impl RefUnwindSafe for AtpStatusKind
impl Send for AtpStatusKind
impl Sync for AtpStatusKind
impl Unpin for AtpStatusKind
impl UnsafeUnpin for AtpStatusKind
impl UnwindSafe for AtpStatusKind
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