pub struct VectorizeEmptySnafu;Expand description
SNAFU context selector for the Error::VectorizeEmpty variant
Implementations§
Trait Implementations§
Source§impl Clone for VectorizeEmptySnafu
impl Clone for VectorizeEmptySnafu
Source§fn clone(&self) -> VectorizeEmptySnafu
fn clone(&self) -> VectorizeEmptySnafu
Returns a duplicate 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 VectorizeEmptySnafu
impl Debug for VectorizeEmptySnafu
Source§impl IntoError<Error> for VectorizeEmptySnafu
impl IntoError<Error> for VectorizeEmptySnafu
impl Copy for VectorizeEmptySnafu
Auto Trait Implementations§
impl Freeze for VectorizeEmptySnafu
impl RefUnwindSafe for VectorizeEmptySnafu
impl Send for VectorizeEmptySnafu
impl Sync for VectorizeEmptySnafu
impl Unpin for VectorizeEmptySnafu
impl UnsafeUnpin for VectorizeEmptySnafu
impl UnwindSafe for VectorizeEmptySnafu
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