Struct parallel_disk_usage::json_data::schema_version::InvalidSchema [−][src]
pub struct InvalidSchema {
pub input: String,
}Expand description
Error when trying to parse SchemaVersion.
Fields
input: StringThe input string.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InvalidSchemaimpl Send for InvalidSchemaimpl Sync for InvalidSchemaimpl Unpin for InvalidSchemaimpl UnwindSafe for InvalidSchemaBlanket Implementations
Mutably borrows from an owned value. Read more
Apply f to self. Read more
Apply f to &self. Read more
Apply f to &mut self. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait AsRef<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait AsMut<Param>. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait Deref<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait DerefMut<Param>. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait Deref<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait DerefMut<Param>. Read more