pub enum SchemaExpandError {
RelationWithoutAcquired {
index: usize,
name: String,
},
}Variants§
Trait Implementations§
Source§impl Debug for SchemaExpandError
impl Debug for SchemaExpandError
Source§impl Display for SchemaExpandError
impl Display for SchemaExpandError
Source§impl Error for SchemaExpandError
impl Error for SchemaExpandError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 Freeze for SchemaExpandError
impl RefUnwindSafe for SchemaExpandError
impl Send for SchemaExpandError
impl Sync for SchemaExpandError
impl Unpin for SchemaExpandError
impl UnsafeUnpin for SchemaExpandError
impl UnwindSafe for SchemaExpandError
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