pub enum RevertFileState {
Safe,
ChangedSinceReceipt,
AlreadyReverted,
MissingArtifacts,
}Variants§
Trait Implementations§
Source§impl Clone for RevertFileState
impl Clone for RevertFileState
Source§fn clone(&self) -> RevertFileState
fn clone(&self) -> RevertFileState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RevertFileState
impl Debug for RevertFileState
Source§impl<'de> Deserialize<'de> for RevertFileState
impl<'de> Deserialize<'de> for RevertFileState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RevertFileState
impl PartialEq for RevertFileState
Source§fn eq(&self, other: &RevertFileState) -> bool
fn eq(&self, other: &RevertFileState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RevertFileState
impl Serialize for RevertFileState
impl Copy for RevertFileState
impl Eq for RevertFileState
impl StructuralPartialEq for RevertFileState
Auto Trait Implementations§
impl Freeze for RevertFileState
impl RefUnwindSafe for RevertFileState
impl Send for RevertFileState
impl Sync for RevertFileState
impl Unpin for RevertFileState
impl UnsafeUnpin for RevertFileState
impl UnwindSafe for RevertFileState
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