pub struct TryFromHillClimbBuilderError(pub &'static str);
Tuple Fields
0: &'static str
Trait Implementations
sourceimpl Clone for TryFromBuilderError
impl Clone for TryFromBuilderError
sourcefn clone(&self) -> TryFromBuilderError
fn clone(&self) -> TryFromBuilderError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TryFromBuilderError
impl Debug for TryFromBuilderError
sourceimpl PartialEq<TryFromBuilderError> for TryFromBuilderError
impl PartialEq<TryFromBuilderError> for TryFromBuilderError
sourcefn eq(&self, other: &TryFromBuilderError) -> bool
fn eq(&self, other: &TryFromBuilderError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &TryFromBuilderError) -> bool
fn ne(&self, other: &TryFromBuilderError) -> bool
This method tests for !=
.
impl Eq for TryFromBuilderError
impl StructuralEq for TryFromBuilderError
impl StructuralPartialEq for TryFromBuilderError
Auto Trait Implementations
impl RefUnwindSafe for TryFromBuilderError
impl Send for TryFromBuilderError
impl Sync for TryFromBuilderError
impl Unpin for TryFromBuilderError
impl UnwindSafe for TryFromBuilderError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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