pub struct IllegalIDString;Trait Implementations§
Source§impl Clone for IllegalIDString
impl Clone for IllegalIDString
Source§fn clone(&self) -> IllegalIDString
fn clone(&self) -> IllegalIDString
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 IllegalIDString
Source§impl Debug for IllegalIDString
impl Debug for IllegalIDString
Source§impl Display for IllegalIDString
impl Display for IllegalIDString
impl Eq for IllegalIDString
Source§impl Error for IllegalIDString
impl Error for IllegalIDString
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for IllegalIDString
impl Hash for IllegalIDString
Source§impl Ord for IllegalIDString
impl Ord for IllegalIDString
Source§fn cmp(&self, other: &IllegalIDString) -> Ordering
fn cmp(&self, other: &IllegalIDString) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for IllegalIDString
impl PartialEq for IllegalIDString
Source§impl PartialOrd for IllegalIDString
impl PartialOrd for IllegalIDString
impl StructuralPartialEq for IllegalIDString
Auto Trait Implementations§
impl Freeze for IllegalIDString
impl RefUnwindSafe for IllegalIDString
impl Send for IllegalIDString
impl Sync for IllegalIDString
impl Unpin for IllegalIDString
impl UnsafeUnpin for IllegalIDString
impl UnwindSafe for IllegalIDString
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