pub enum UlidParseError {
InvalidString,
}Expand description
Failure while parsing a canonical ULID.
Variants§
InvalidString
The input is not canonical ULID text.
Trait Implementations§
Source§impl Clone for UlidParseError
impl Clone for UlidParseError
Source§fn clone(&self) -> UlidParseError
fn clone(&self) -> UlidParseError
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 UlidParseError
Source§impl Debug for UlidParseError
impl Debug for UlidParseError
Source§impl Display for UlidParseError
impl Display for UlidParseError
impl Eq for UlidParseError
Source§impl PartialEq for UlidParseError
impl PartialEq for UlidParseError
impl StructuralPartialEq for UlidParseError
Auto Trait Implementations§
impl Freeze for UlidParseError
impl RefUnwindSafe for UlidParseError
impl Send for UlidParseError
impl Sync for UlidParseError
impl Unpin for UlidParseError
impl UnsafeUnpin for UlidParseError
impl UnwindSafe for UlidParseError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> CustomError for T
impl<T> CustomError for T
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.