pub enum ItemErrorKind {
Undefined,
MissingTypeName,
TypeDeclaration,
ItemField(ItemFieldErrorKind),
}Variants§
Trait Implementations§
Source§impl Clone for ItemErrorKind
impl Clone for ItemErrorKind
Source§fn clone(&self) -> ItemErrorKind
fn clone(&self) -> ItemErrorKind
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 moreSource§impl Debug for ItemErrorKind
impl Debug for ItemErrorKind
Auto Trait Implementations§
impl Freeze for ItemErrorKind
impl RefUnwindSafe for ItemErrorKind
impl Send for ItemErrorKind
impl Sync for ItemErrorKind
impl Unpin for ItemErrorKind
impl UnsafeUnpin for ItemErrorKind
impl UnwindSafe for ItemErrorKind
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