pub enum InternalError {
Input,
I2osp,
}Expand description
Only used to implement Group.
Variants§
Trait Implementations§
Source§impl Clone for InternalError
impl Clone for InternalError
Source§fn clone(&self) -> InternalError
fn clone(&self) -> InternalError
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 InternalError
Source§impl Debug for InternalError
impl Debug for InternalError
impl Eq for InternalError
Source§impl Hash for InternalError
impl Hash for InternalError
Source§impl Ord for InternalError
impl Ord for InternalError
Source§fn cmp(&self, other: &InternalError) -> Ordering
fn cmp(&self, other: &InternalError) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InternalError
impl PartialEq for InternalError
Source§fn eq(&self, other: &InternalError) -> bool
fn eq(&self, other: &InternalError) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for InternalError
impl PartialOrd for InternalError
impl StructuralPartialEq for InternalError
Auto Trait Implementations§
impl Freeze for InternalError
impl RefUnwindSafe for InternalError
impl Send for InternalError
impl Sync for InternalError
impl Unpin for InternalError
impl UnsafeUnpin for InternalError
impl UnwindSafe for InternalError
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