Enum dwh::FileWalkEvent
source · pub enum FileWalkEvent {
FetchDirectoryLines(String, usize),
DirectoryLinesFound(String, usize),
}Variants§
Trait Implementations§
source§impl JsonSchema for FileWalkEvent
impl JsonSchema for FileWalkEvent
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moreAuto Trait Implementations§
impl RefUnwindSafe for FileWalkEvent
impl Send for FileWalkEvent
impl Sync for FileWalkEvent
impl Unpin for FileWalkEvent
impl UnwindSafe for FileWalkEvent
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