pub enum StatusItemType {
New,
Modified,
Deleted,
Normal,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for StatusItemType
impl Clone for StatusItemType
Source§fn clone(&self) -> StatusItemType
fn clone(&self) -> StatusItemType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StatusItemType
impl Debug for StatusItemType
Source§impl Hash for StatusItemType
impl Hash for StatusItemType
Source§impl PartialEq for StatusItemType
impl PartialEq for StatusItemType
impl Copy for StatusItemType
impl Eq for StatusItemType
impl StructuralPartialEq for StatusItemType
Auto Trait Implementations§
impl Freeze for StatusItemType
impl RefUnwindSafe for StatusItemType
impl Send for StatusItemType
impl Sync for StatusItemType
impl Unpin for StatusItemType
impl UnwindSafe for StatusItemType
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