#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ArrayIsEmptyError
Source§impl Debug for ArrayIsEmptyError
impl Debug for ArrayIsEmptyError
Source§impl Display for ArrayIsEmptyError
impl Display for ArrayIsEmptyError
impl Eq for ArrayIsEmptyError
Source§impl From<Infallible> for ArrayIsEmptyError
impl From<Infallible> for ArrayIsEmptyError
Source§fn from(_: Infallible) -> Self
fn from(_: Infallible) -> Self
Converts to this type from the input type.
Source§impl Hash for ArrayIsEmptyError
impl Hash for ArrayIsEmptyError
Source§impl PartialEq for ArrayIsEmptyError
impl PartialEq for ArrayIsEmptyError
Source§fn eq(&self, other: &ArrayIsEmptyError) -> bool
fn eq(&self, other: &ArrayIsEmptyError) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ReprC for ArrayIsEmptyError
impl ReprC 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 UnsafeUnpin 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