pub struct InvalidUuid;Trait Implementations§
Source§impl Clone for InvalidUuid
impl Clone for InvalidUuid
Source§fn clone(&self) -> InvalidUuid
fn clone(&self) -> InvalidUuid
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 InvalidUuid
Source§impl Debug for InvalidUuid
impl Debug for InvalidUuid
Source§impl Display for InvalidUuid
impl Display for InvalidUuid
impl Eq for InvalidUuid
Source§impl Error for InvalidUuid
impl Error for InvalidUuid
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 PartialEq for InvalidUuid
impl PartialEq for InvalidUuid
impl StructuralPartialEq for InvalidUuid
Auto Trait Implementations§
impl Freeze for InvalidUuid
impl RefUnwindSafe for InvalidUuid
impl Send for InvalidUuid
impl Sync for InvalidUuid
impl Unpin for InvalidUuid
impl UnsafeUnpin for InvalidUuid
impl UnwindSafe for InvalidUuid
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