Enum bitcoin_qt::wallet_model::EncryptionStatus
source · pub enum EncryptionStatus {
Unencrypted,
Locked,
Unlocked,
}
Variants§
Unencrypted
| !wallet->IsCrypted() |
Locked
| wallet->IsCrypted() && wallet->IsLocked() |
Unlocked
| wallet->IsCrypted() && !wallet->IsLocked() |
Auto Trait Implementations§
impl RefUnwindSafe for EncryptionStatus
impl Send for EncryptionStatus
impl Sync for EncryptionStatus
impl Unpin for EncryptionStatus
impl UnwindSafe for EncryptionStatus
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