pub struct AssetParams {
pub status: Option<AssetStatus>,
pub asset_class: Option<AssetClass>,
pub exchange: Option<String>,
pub attributes: Option<String>,
}Fields§
§status: Option<AssetStatus>§asset_class: Option<AssetClass>§exchange: Option<String>§attributes: Option<String>Trait Implementations§
Source§impl Debug for AssetParams
impl Debug for AssetParams
Source§impl Default for AssetParams
impl Default for AssetParams
Source§fn default() -> AssetParams
fn default() -> AssetParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AssetParams
impl<'de> Deserialize<'de> for AssetParams
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 AssetParams
impl RefUnwindSafe for AssetParams
impl Send for AssetParams
impl Sync for AssetParams
impl Unpin for AssetParams
impl UnwindSafe for AssetParams
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