pub enum EntityUriParseErrorKind {
MissingKindNameSeparator,
MissingKindNamespaceSeparator,
InvalidNamespace,
InvalidType,
InvalidName,
InvalidTypeVersion,
}Variants§
MissingKindNameSeparator
MissingKindNamespaceSeparator
InvalidNamespace
InvalidType
InvalidName
InvalidTypeVersion
Trait Implementations§
Source§impl Clone for EntityUriParseErrorKind
impl Clone for EntityUriParseErrorKind
Source§fn clone(&self) -> EntityUriParseErrorKind
fn clone(&self) -> EntityUriParseErrorKind
Returns a duplicate 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 EntityUriParseErrorKind
impl Debug for EntityUriParseErrorKind
Auto Trait Implementations§
impl Freeze for EntityUriParseErrorKind
impl RefUnwindSafe for EntityUriParseErrorKind
impl Send for EntityUriParseErrorKind
impl Sync for EntityUriParseErrorKind
impl Unpin for EntityUriParseErrorKind
impl UnwindSafe for EntityUriParseErrorKind
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