pub struct GetClientThresholdResponse {
pub status: Option<String>,
pub threshold_information: Option<GetClientThresholdResponseThresholdInformation>,
}Fields§
§status: Option<String>§threshold_information: Option<GetClientThresholdResponseThresholdInformation>Trait Implementations§
Source§impl Clone for GetClientThresholdResponse
impl Clone for GetClientThresholdResponse
Source§fn clone(&self) -> GetClientThresholdResponse
fn clone(&self) -> GetClientThresholdResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetClientThresholdResponse
impl Debug for GetClientThresholdResponse
Source§impl Default for GetClientThresholdResponse
impl Default for GetClientThresholdResponse
Source§fn default() -> GetClientThresholdResponse
fn default() -> GetClientThresholdResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetClientThresholdResponse
impl<'de> Deserialize<'de> for GetClientThresholdResponse
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 GetClientThresholdResponse
impl RefUnwindSafe for GetClientThresholdResponse
impl Send for GetClientThresholdResponse
impl Sync for GetClientThresholdResponse
impl Unpin for GetClientThresholdResponse
impl UnsafeUnpin for GetClientThresholdResponse
impl UnwindSafe for GetClientThresholdResponse
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