Enum crates_index_diff::ChangeKind [−][src]
pub enum ChangeKind { Added, Yanked, }
Expand description
Identify a kind of change that occurred to a crate
Variants
A crate version was added
A crate version was added or it was unyanked.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ChangeKind
impl Send for ChangeKind
impl Sync for ChangeKind
impl Unpin for ChangeKind
impl UnwindSafe for ChangeKind
Blanket Implementations
Mutably borrows from an owned value. Read more