pub enum AddressTableModelEditStatus {
OK,
NO_CHANGES,
INVALID_ADDRESS,
DUPLICATE_ADDRESS,
WALLET_UNLOCK_FAILURE,
KEY_GENERATION_FAILURE,
}
Expand description
| Return status of edit/insert operation |
Variants§
OK
| Everything ok |
NO_CHANGES
| No changes were made during edit operation |
INVALID_ADDRESS
| Unparseable address |
DUPLICATE_ADDRESS
| Address already in address book |
WALLET_UNLOCK_FAILURE
| Wallet could not be unlocked to create | new receiving address |
KEY_GENERATION_FAILURE
| Generating a new public key for a receiving | address failed |
Auto Trait Implementations§
impl RefUnwindSafe for AddressTableModelEditStatus
impl Send for AddressTableModelEditStatus
impl Sync for AddressTableModelEditStatus
impl Unpin for AddressTableModelEditStatus
impl UnwindSafe for AddressTableModelEditStatus
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