Enum irox_tools::uuid::UUIDParseError
source · pub enum UUIDParseError {
WrongSize,
InvalidCharacter,
}Variants§
Trait Implementations§
source§impl Clone for UUIDParseError
impl Clone for UUIDParseError
source§fn clone(&self) -> UUIDParseError
fn clone(&self) -> UUIDParseError
Returns a copy 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 UUIDParseError
impl Debug for UUIDParseError
source§impl PartialEq for UUIDParseError
impl PartialEq for UUIDParseError
source§fn eq(&self, other: &UUIDParseError) -> bool
fn eq(&self, other: &UUIDParseError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for UUIDParseError
impl Eq for UUIDParseError
impl StructuralEq for UUIDParseError
impl StructuralPartialEq for UUIDParseError
Auto Trait Implementations§
impl RefUnwindSafe for UUIDParseError
impl Send for UUIDParseError
impl Sync for UUIDParseError
impl Unpin for UUIDParseError
impl UnwindSafe for UUIDParseError
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