Struct fireblocks_sdk::types::connect::WalletConnection
source · pub struct WalletConnection {
pub id: String,
pub user: String,
pub metadata: Metadata,
pub vault: i32,
pub fee_level: String,
pub chains: Vec<String>,
pub connection_type: String,
pub connection_method: String,
pub creation_date: DateTime<Utc>,
}
Fields§
§id: String
§user: String
§metadata: Metadata
§vault: i32
§fee_level: String
§chains: Vec<String>
§connection_type: String
§connection_method: String
§creation_date: DateTime<Utc>
Trait Implementations§
source§impl Debug for WalletConnection
impl Debug for WalletConnection
source§impl Default for WalletConnection
impl Default for WalletConnection
source§fn default() -> WalletConnection
fn default() -> WalletConnection
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WalletConnection
impl<'de> Deserialize<'de> for WalletConnection
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 WalletConnection
impl RefUnwindSafe for WalletConnection
impl Send for WalletConnection
impl Sync for WalletConnection
impl Unpin for WalletConnection
impl UnwindSafe for WalletConnection
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