pub enum EcosystemKindParseError {
Empty,
}Variants§
Empty
Trait Implementations§
Source§impl Clone for EcosystemKindParseError
impl Clone for EcosystemKindParseError
Source§fn clone(&self) -> EcosystemKindParseError
fn clone(&self) -> EcosystemKindParseError
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 EcosystemKindParseError
impl Debug for EcosystemKindParseError
Source§impl Display for EcosystemKindParseError
impl Display for EcosystemKindParseError
Source§impl Error for EcosystemKindParseError
impl Error for EcosystemKindParseError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for EcosystemKindParseError
impl PartialEq for EcosystemKindParseError
Source§fn eq(&self, other: &EcosystemKindParseError) -> bool
fn eq(&self, other: &EcosystemKindParseError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EcosystemKindParseError
impl Eq for EcosystemKindParseError
impl StructuralPartialEq for EcosystemKindParseError
Auto Trait Implementations§
impl Freeze for EcosystemKindParseError
impl RefUnwindSafe for EcosystemKindParseError
impl Send for EcosystemKindParseError
impl Sync for EcosystemKindParseError
impl Unpin for EcosystemKindParseError
impl UnsafeUnpin for EcosystemKindParseError
impl UnwindSafe for EcosystemKindParseError
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