Struct bitcoin_bdb::WalletDatabaseFileId
source · pub struct WalletDatabaseFileId { /* private fields */ }
Trait Implementations§
source§impl PartialEq<WalletDatabaseFileId> for WalletDatabaseFileId
impl PartialEq<WalletDatabaseFileId> for WalletDatabaseFileId
source§fn eq(&self, other: &WalletDatabaseFileId) -> bool
fn eq(&self, other: &WalletDatabaseFileId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for WalletDatabaseFileId
Auto Trait Implementations§
impl RefUnwindSafe for WalletDatabaseFileId
impl Send for WalletDatabaseFileId
impl Sync for WalletDatabaseFileId
impl Unpin for WalletDatabaseFileId
impl UnwindSafe for WalletDatabaseFileId
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
source§impl<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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more