pub enum ContentFileStatus {
Selected,
Binary,
Changed,
}Expand description
Result of verifying the file around its single content read.
Variants§
Trait Implementations§
Source§impl Clone for ContentFileStatus
impl Clone for ContentFileStatus
Source§fn clone(&self) -> ContentFileStatus
fn clone(&self) -> ContentFileStatus
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 moreimpl Copy for ContentFileStatus
Source§impl Debug for ContentFileStatus
impl Debug for ContentFileStatus
impl Eq for ContentFileStatus
Source§impl PartialEq for ContentFileStatus
impl PartialEq for ContentFileStatus
impl StructuralPartialEq for ContentFileStatus
Auto Trait Implementations§
impl Freeze for ContentFileStatus
impl RefUnwindSafe for ContentFileStatus
impl Send for ContentFileStatus
impl Sync for ContentFileStatus
impl Unpin for ContentFileStatus
impl UnsafeUnpin for ContentFileStatus
impl UnwindSafe for ContentFileStatus
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