pub struct ParseConfigurationError(pub String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl Clone for ParseConfigurationError
impl Clone for ParseConfigurationError
source§fn clone(&self) -> ParseConfigurationError
fn clone(&self) -> ParseConfigurationError
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 ParseConfigurationError
impl Debug for ParseConfigurationError
source§impl Display for ParseConfigurationError
impl Display for ParseConfigurationError
source§impl PartialEq for ParseConfigurationError
impl PartialEq for ParseConfigurationError
source§fn eq(&self, other: &ParseConfigurationError) -> bool
fn eq(&self, other: &ParseConfigurationError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ParseConfigurationError
impl StructuralPartialEq for ParseConfigurationError
Auto Trait Implementations§
impl Freeze for ParseConfigurationError
impl RefUnwindSafe for ParseConfigurationError
impl Send for ParseConfigurationError
impl Sync for ParseConfigurationError
impl Unpin for ParseConfigurationError
impl UnwindSafe for ParseConfigurationError
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.