pub struct WalletKey {
pub mint_url: MintUrl,
pub unit: CurrencyUnit,
}
Expand description
Wallet Key
Fields§
§mint_url: MintUrl
Mint Url
unit: CurrencyUnit
Currency Unit
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for WalletKey
impl<'de> Deserialize<'de> for WalletKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for WalletKey
impl Ord for WalletKey
Source§impl PartialOrd for WalletKey
impl PartialOrd for WalletKey
impl Eq for WalletKey
impl StructuralPartialEq for WalletKey
Auto Trait Implementations§
impl Freeze for WalletKey
impl RefUnwindSafe for WalletKey
impl Send for WalletKey
impl Sync for WalletKey
impl Unpin for WalletKey
impl UnwindSafe for WalletKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more