pub struct SetRiskLimitResponse {
pub risk_id: i64,
pub risk_limit_value: String,
pub category: String,
pub message: Option<String>,
}Fields§
§risk_id: i64§risk_limit_value: String§category: String§message: Option<String>Trait Implementations§
Source§impl Debug for SetRiskLimitResponse
impl Debug for SetRiskLimitResponse
Source§impl<'de> Deserialize<'de> for SetRiskLimitResponse
impl<'de> Deserialize<'de> for SetRiskLimitResponse
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 PartialEq for SetRiskLimitResponse
impl PartialEq for SetRiskLimitResponse
Source§fn eq(&self, other: &SetRiskLimitResponse) -> bool
fn eq(&self, other: &SetRiskLimitResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetRiskLimitResponse
Auto Trait Implementations§
impl Freeze for SetRiskLimitResponse
impl RefUnwindSafe for SetRiskLimitResponse
impl Send for SetRiskLimitResponse
impl Sync for SetRiskLimitResponse
impl Unpin for SetRiskLimitResponse
impl UnsafeUnpin for SetRiskLimitResponse
impl UnwindSafe for SetRiskLimitResponse
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