pub struct NdarrayShapeSnafu;Expand description
SNAFU context selector for the Error::NdarrayShape variant
Trait Implementations§
Source§impl Clone for NdarrayShapeSnafu
impl Clone for NdarrayShapeSnafu
Source§fn clone(&self) -> NdarrayShapeSnafu
fn clone(&self) -> NdarrayShapeSnafu
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 NdarrayShapeSnafu
impl Debug for NdarrayShapeSnafu
Source§impl IntoError<Error> for NdarrayShapeSnafu
impl IntoError<Error> for NdarrayShapeSnafu
Source§type Source = ShapeError
type Source = ShapeError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
impl Copy for NdarrayShapeSnafu
Auto Trait Implementations§
impl Freeze for NdarrayShapeSnafu
impl RefUnwindSafe for NdarrayShapeSnafu
impl Send for NdarrayShapeSnafu
impl Sync for NdarrayShapeSnafu
impl Unpin for NdarrayShapeSnafu
impl UnsafeUnpin for NdarrayShapeSnafu
impl UnwindSafe for NdarrayShapeSnafu
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