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