Struct bdk_chain::bitcoin::base64::engine::DecodeMetadata
pub struct DecodeMetadata { /* private fields */ }
Expand description
Metadata about the result of a decode operation
Trait Implementations§
§impl Debug for DecodeMetadata
impl Debug for DecodeMetadata
§impl PartialEq for DecodeMetadata
impl PartialEq for DecodeMetadata
§fn eq(&self, other: &DecodeMetadata) -> bool
fn eq(&self, other: &DecodeMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DecodeMetadata
impl StructuralPartialEq for DecodeMetadata
Auto Trait Implementations§
impl Freeze for DecodeMetadata
impl RefUnwindSafe for DecodeMetadata
impl Send for DecodeMetadata
impl Sync for DecodeMetadata
impl Unpin for DecodeMetadata
impl UnwindSafe for DecodeMetadata
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more