Struct fireblocks_sdk::types::wallet::ExternalWalletAsset
source · pub struct ExternalWalletAsset {
pub id: String,
pub status: String,
pub address: String,
pub tag: Option<String>,
pub activation_time: Option<String>,
}
Fields§
§id: String
§status: String
§address: String
§tag: Option<String>
§activation_time: Option<String>
Trait Implementations§
source§impl Debug for ExternalWalletAsset
impl Debug for ExternalWalletAsset
source§impl<'de> Deserialize<'de> for ExternalWalletAsset
impl<'de> Deserialize<'de> for ExternalWalletAsset
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
Auto Trait Implementations§
impl Freeze for ExternalWalletAsset
impl RefUnwindSafe for ExternalWalletAsset
impl Send for ExternalWalletAsset
impl Sync for ExternalWalletAsset
impl Unpin for ExternalWalletAsset
impl UnwindSafe for ExternalWalletAsset
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