Struct lance_core::error::SchemaMismatchSnafu
source · pub struct SchemaMismatchSnafu;Expand description
SNAFU context selector for the Error::SchemaMismatch variant
Implementations§
Trait Implementations§
source§impl Clone for SchemaMismatchSnafu
impl Clone for SchemaMismatchSnafu
source§fn clone(&self) -> SchemaMismatchSnafu
fn clone(&self) -> SchemaMismatchSnafu
Returns a copy of the value. Read more
1.0.0 · 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 SchemaMismatchSnafu
impl Debug for SchemaMismatchSnafu
source§impl IntoError<Error> for SchemaMismatchSnafuwhere
Error: Error + ErrorCompat,
impl IntoError<Error> for SchemaMismatchSnafuwhere Error: Error + ErrorCompat,
impl Copy for SchemaMismatchSnafu
Auto Trait Implementations§
impl RefUnwindSafe for SchemaMismatchSnafu
impl Send for SchemaMismatchSnafu
impl Sync for SchemaMismatchSnafu
impl Unpin for SchemaMismatchSnafu
impl UnwindSafe for SchemaMismatchSnafu
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