pub struct WalletRescanReserver { /* private fields */ }Expand description
| RAII object to check and reserve a wallet | rescan |
Implementations§
Trait Implementations§
source§impl Drop for WalletRescanReserver
impl Drop for WalletRescanReserver
source§impl From<&mut dyn WalletInterface<Callback = fn(_: &String, _: i32)>> for WalletRescanReserver
impl From<&mut dyn WalletInterface<Callback = fn(_: &String, _: i32)>> for WalletRescanReserver
source§fn from(w: &mut dyn WalletInterface) -> Self
fn from(w: &mut dyn WalletInterface) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for WalletRescanReserver
impl !Send for WalletRescanReserver
impl !Sync for WalletRescanReserver
impl Unpin for WalletRescanReserver
impl !UnwindSafe for WalletRescanReserver
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§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