Struct lance_core::error::NotSupportedSnafu
source · pub struct NotSupportedSnafu;
Expand description
SNAFU context selector for the Error::NotSupported
variant
Trait Implementations§
source§impl Clone for NotSupportedSnafu
impl Clone for NotSupportedSnafu
source§fn clone(&self) -> NotSupportedSnafu
fn clone(&self) -> NotSupportedSnafu
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 NotSupportedSnafu
impl Debug for NotSupportedSnafu
source§impl IntoError<Error> for NotSupportedSnafu
impl IntoError<Error> for NotSupportedSnafu
impl Copy for NotSupportedSnafu
Auto Trait Implementations§
impl RefUnwindSafe for NotSupportedSnafu
impl Send for NotSupportedSnafu
impl Sync for NotSupportedSnafu
impl Unpin for NotSupportedSnafu
impl UnwindSafe for NotSupportedSnafu
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