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