pub struct FileSchema {
pub allow_non_relative: bool,
}Fields§
§allow_non_relative: boolImplementations§
Source§impl FileSchema
impl FileSchema
pub fn allow_non_relative(self) -> Self
Trait Implementations§
Source§impl Default for FileSchema
impl Default for FileSchema
Source§fn default() -> FileSchema
fn default() -> FileSchema
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FileSchema
impl RefUnwindSafe for FileSchema
impl Send for FileSchema
impl Sync for FileSchema
impl Unpin for FileSchema
impl UnsafeUnpin for FileSchema
impl UnwindSafe for FileSchema
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