pub enum IdentityLabelError {
Empty,
TooLong,
LeadingNonAlphanumeric,
InvalidCharacter,
}Variants§
Trait Implementations§
Source§impl Clone for IdentityLabelError
impl Clone for IdentityLabelError
Source§fn clone(&self) -> IdentityLabelError
fn clone(&self) -> IdentityLabelError
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 IdentityLabelError
Source§impl Debug for IdentityLabelError
impl Debug for IdentityLabelError
impl Eq for IdentityLabelError
Source§impl PartialEq for IdentityLabelError
impl PartialEq for IdentityLabelError
impl StructuralPartialEq for IdentityLabelError
Auto Trait Implementations§
impl Freeze for IdentityLabelError
impl RefUnwindSafe for IdentityLabelError
impl Send for IdentityLabelError
impl Sync for IdentityLabelError
impl Unpin for IdentityLabelError
impl UnsafeUnpin for IdentityLabelError
impl UnwindSafe for IdentityLabelError
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