Struct wildland_cargo_lib::api::cargo_lib::CargoLibCreationError   
source · [−]pub struct CargoLibCreationError(pub String);Tuple Fields
0: StringTrait Implementations
sourceimpl Clone for CargoLibCreationError
 
impl Clone for CargoLibCreationError
sourcefn clone(&self) -> CargoLibCreationError
 
fn clone(&self) -> CargoLibCreationError
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for CargoLibCreationError
 
impl Debug for CargoLibCreationError
sourceimpl Display for CargoLibCreationError
 
impl Display for CargoLibCreationError
sourceimpl Error for CargoLibCreationError
 
impl Error for CargoLibCreationError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<CargoLibCreationError> for CargoLibCreationError
 
impl PartialEq<CargoLibCreationError> for CargoLibCreationError
sourcefn eq(&self, other: &CargoLibCreationError) -> bool
 
fn eq(&self, other: &CargoLibCreationError) -> bool
impl Eq for CargoLibCreationError
impl StructuralEq for CargoLibCreationError
impl StructuralPartialEq for CargoLibCreationError
Auto Trait Implementations
impl RefUnwindSafe for CargoLibCreationError
impl Send for CargoLibCreationError
impl Sync for CargoLibCreationError
impl Unpin for CargoLibCreationError
impl UnwindSafe for CargoLibCreationError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.