pub struct ArrayError(pub String);
Expand description
Used ass a error Parameter in Array
operations.
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Debug for ArrayError
impl Debug for ArrayError
Source§impl From<LayoutError> for ArrayError
impl From<LayoutError> for ArrayError
Source§fn from(err: LayoutError) -> Self
fn from(err: LayoutError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ArrayError
impl RefUnwindSafe for ArrayError
impl Send for ArrayError
impl Sync for ArrayError
impl Unpin for ArrayError
impl UnwindSafe for ArrayError
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