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