Struct bdk_chain::local_chain::MissingGenesisError
source · pub struct MissingGenesisError;
Expand description
An error which occurs when a LocalChain
is constructed without a genesis checkpoint.
Trait Implementations§
source§impl Clone for MissingGenesisError
impl Clone for MissingGenesisError
source§fn clone(&self) -> MissingGenesisError
fn clone(&self) -> MissingGenesisError
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 MissingGenesisError
impl Debug for MissingGenesisError
source§impl Display for MissingGenesisError
impl Display for MissingGenesisError
source§impl Error for MissingGenesisError
impl Error for MissingGenesisError
1.30.0 · source§fn 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 · 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 MissingGenesisError
impl PartialEq for MissingGenesisError
source§fn eq(&self, other: &MissingGenesisError) -> bool
fn eq(&self, other: &MissingGenesisError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MissingGenesisError
Auto Trait Implementations§
impl Freeze for MissingGenesisError
impl RefUnwindSafe for MissingGenesisError
impl Send for MissingGenesisError
impl Sync for MissingGenesisError
impl Unpin for MissingGenesisError
impl UnwindSafe for MissingGenesisError
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