Struct bitcoin_qt::wallet_model::UnlockContext
source · pub struct UnlockContext { /* private fields */ }
Expand description
| RAI object for unlocking wallet, returned | by requestUnlock() |
Implementations§
source§impl UnlockContext
impl UnlockContext
pub fn is_valid(&self) -> bool
sourcepub fn new_from_other(obj: UnlockContext) -> Self
pub fn new_from_other(obj: UnlockContext) -> Self
| Move operator and constructor transfer | the context |
pub fn assign_from(&mut self, rhs: UnlockContext) -> &mut UnlockContext
pub fn new(wallet: *mut WalletModel, valid: bool, relock: bool) -> Self
pub fn copy_from(&mut self, rhs: UnlockContext)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for UnlockContext
impl !Send for UnlockContext
impl !Sync for UnlockContext
impl Unpin for UnlockContext
impl !UnwindSafe for UnlockContext
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