#[repr(C)]pub struct ArrayIsEmptyError;
Expand description
Represents an error that occures when the array is empty.
Trait Implementations§
Source§impl Clone for ArrayIsEmptyError
impl Clone for ArrayIsEmptyError
Source§fn clone(&self) -> ArrayIsEmptyError
fn clone(&self) -> ArrayIsEmptyError
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 ArrayIsEmptyError
impl Debug for ArrayIsEmptyError
Source§impl Default for ArrayIsEmptyError
impl Default for ArrayIsEmptyError
Source§fn default() -> ArrayIsEmptyError
fn default() -> ArrayIsEmptyError
Returns the “default value” for a type. Read more
Source§impl Hash for ArrayIsEmptyError
impl Hash for ArrayIsEmptyError
Source§impl PartialEq for ArrayIsEmptyError
impl PartialEq for ArrayIsEmptyError
impl Copy for ArrayIsEmptyError
impl Eq for ArrayIsEmptyError
impl StructuralPartialEq for ArrayIsEmptyError
Auto Trait Implementations§
impl Freeze for ArrayIsEmptyError
impl RefUnwindSafe for ArrayIsEmptyError
impl Send for ArrayIsEmptyError
impl Sync for ArrayIsEmptyError
impl Unpin for ArrayIsEmptyError
impl UnwindSafe for ArrayIsEmptyError
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