Struct bones_lib::ecs::prelude::bones_schema::ptr::SchemaFieldNotFoundError
pub struct SchemaFieldNotFoundError<'a> { /* private fields */ }
Expand description
Error returned when a field is not found in a schema.
Trait Implementations§
§impl<'a> Debug for SchemaFieldNotFoundError<'a>
impl<'a> Debug for SchemaFieldNotFoundError<'a>
§impl<'a> Display for SchemaFieldNotFoundError<'a>
impl<'a> Display for SchemaFieldNotFoundError<'a>
§impl<'a> Error for SchemaFieldNotFoundError<'a>
impl<'a> Error for SchemaFieldNotFoundError<'a>
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl<'a> Freeze for SchemaFieldNotFoundError<'a>
impl<'a> RefUnwindSafe for SchemaFieldNotFoundError<'a>
impl<'a> Send for SchemaFieldNotFoundError<'a>
impl<'a> Sync for SchemaFieldNotFoundError<'a>
impl<'a> Unpin for SchemaFieldNotFoundError<'a>
impl<'a> UnwindSafe for SchemaFieldNotFoundError<'a>
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