pub struct SchemaFile {
pub path: PathBuf,
pub namespace: String,
}Fields§
§path: PathBuf§namespace: StringTrait Implementations§
Source§impl Clone for SchemaFile
impl Clone for SchemaFile
Source§fn clone(&self) -> SchemaFile
fn clone(&self) -> SchemaFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SchemaFile
impl Debug for SchemaFile
Source§impl PartialEq for SchemaFile
impl PartialEq for SchemaFile
Source§fn eq(&self, other: &SchemaFile) -> bool
fn eq(&self, other: &SchemaFile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SchemaFile
impl StructuralPartialEq for SchemaFile
Auto Trait Implementations§
impl Freeze for SchemaFile
impl RefUnwindSafe for SchemaFile
impl Send for SchemaFile
impl Sync for SchemaFile
impl Unpin for SchemaFile
impl UnsafeUnpin for SchemaFile
impl UnwindSafe for SchemaFile
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