pub struct SchemaLoadWarning {
pub file_path: Option<PathBuf>,
pub message: String,
}Expand description
Warning encountered during schema loading
Fields§
§file_path: Option<PathBuf>File path where the warning occurred
message: StringWarning message
Trait Implementations§
Source§impl Clone for SchemaLoadWarning
impl Clone for SchemaLoadWarning
Source§fn clone(&self) -> SchemaLoadWarning
fn clone(&self) -> SchemaLoadWarning
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 moreAuto Trait Implementations§
impl Freeze for SchemaLoadWarning
impl RefUnwindSafe for SchemaLoadWarning
impl Send for SchemaLoadWarning
impl Sync for SchemaLoadWarning
impl Unpin for SchemaLoadWarning
impl UnsafeUnpin for SchemaLoadWarning
impl UnwindSafe for SchemaLoadWarning
Blanket Implementations§
impl<T> Allocation for T
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