pub struct RisFullTableThresholdResponse {
pub result_time: String,
pub v4: i64,
pub v6: i64,
pub latest_time: String,
pub earliest_time: String,
pub parameters: RisFullTableThresholdParameters,
}Fields§
§result_time: String§v4: i64§v6: i64§latest_time: String§earliest_time: String§parameters: RisFullTableThresholdParametersTrait Implementations§
Source§impl Clone for RisFullTableThresholdResponse
impl Clone for RisFullTableThresholdResponse
Source§fn clone(&self) -> RisFullTableThresholdResponse
fn clone(&self) -> RisFullTableThresholdResponse
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 Default for RisFullTableThresholdResponse
impl Default for RisFullTableThresholdResponse
Source§fn default() -> RisFullTableThresholdResponse
fn default() -> RisFullTableThresholdResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RisFullTableThresholdResponse
impl<'de> Deserialize<'de> for RisFullTableThresholdResponse
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 RisFullTableThresholdResponse
impl PartialEq for RisFullTableThresholdResponse
Source§fn eq(&self, other: &RisFullTableThresholdResponse) -> bool
fn eq(&self, other: &RisFullTableThresholdResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RisFullTableThresholdResponse
Auto Trait Implementations§
impl Freeze for RisFullTableThresholdResponse
impl RefUnwindSafe for RisFullTableThresholdResponse
impl Send for RisFullTableThresholdResponse
impl Sync for RisFullTableThresholdResponse
impl Unpin for RisFullTableThresholdResponse
impl UnsafeUnpin for RisFullTableThresholdResponse
impl UnwindSafe for RisFullTableThresholdResponse
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