pub struct SchemaFilePath {
pub extension: Option<Vec<String>>,
pub default: Option<String>,
}Fields§
§extension: Option<Vec<String>>§default: Option<String>Trait Implementations§
Source§impl Clone for SchemaFilePath
impl Clone for SchemaFilePath
Source§fn clone(&self) -> SchemaFilePath
fn clone(&self) -> SchemaFilePath
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SchemaFilePath
impl Debug for SchemaFilePath
Source§impl Default for SchemaFilePath
impl Default for SchemaFilePath
Source§impl<'de> Deserialize<'de> for SchemaFilePathwhere
SchemaFilePath: Default,
impl<'de> Deserialize<'de> for SchemaFilePathwhere
SchemaFilePath: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SchemaFilePath
impl PartialEq for SchemaFilePath
Source§impl Serialize for SchemaFilePath
impl Serialize for SchemaFilePath
impl StructuralPartialEq for SchemaFilePath
Auto Trait Implementations§
impl Freeze for SchemaFilePath
impl RefUnwindSafe for SchemaFilePath
impl Send for SchemaFilePath
impl Sync for SchemaFilePath
impl Unpin for SchemaFilePath
impl UnwindSafe for SchemaFilePath
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