Enum autopulse::db::models::FoundStatus
source · pub enum FoundStatus {
Found,
NotFound,
HashMismatch,
}
Expand description
Whether a file was found or not.
Note: only used if opts.check_path is set.
Variants§
Trait Implementations§
source§impl Display for FoundStatus
impl Display for FoundStatus
source§impl From<FoundStatus> for String
impl From<FoundStatus> for String
source§fn from(val: FoundStatus) -> Self
fn from(val: FoundStatus) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FoundStatus
impl RefUnwindSafe for FoundStatus
impl Send for FoundStatus
impl Sync for FoundStatus
impl Unpin for FoundStatus
impl UnwindSafe for FoundStatus
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<I> IntoResettable<String> for I
impl<I> IntoResettable<String> for I
§fn into_resettable(self) -> Resettable<String>
fn into_resettable(self) -> Resettable<String>
Convert to the intended resettable type