pub struct FanoutThresholdGate {
pub step: String,
pub field: String,
pub above: f64,
pub action: FanoutThresholdAction,
}Fields§
§step: String§field: String§above: f64§action: FanoutThresholdActionTrait Implementations§
Source§impl Clone for FanoutThresholdGate
impl Clone for FanoutThresholdGate
Source§fn clone(&self) -> FanoutThresholdGate
fn clone(&self) -> FanoutThresholdGate
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 FanoutThresholdGate
impl Debug for FanoutThresholdGate
Source§impl<'de> Deserialize<'de> for FanoutThresholdGate
impl<'de> Deserialize<'de> for FanoutThresholdGate
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 FanoutThresholdGate
impl PartialEq for FanoutThresholdGate
Source§fn eq(&self, other: &FanoutThresholdGate) -> bool
fn eq(&self, other: &FanoutThresholdGate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FanoutThresholdGate
impl Serialize for FanoutThresholdGate
impl StructuralPartialEq for FanoutThresholdGate
Auto Trait Implementations§
impl Freeze for FanoutThresholdGate
impl RefUnwindSafe for FanoutThresholdGate
impl Send for FanoutThresholdGate
impl Sync for FanoutThresholdGate
impl Unpin for FanoutThresholdGate
impl UnsafeUnpin for FanoutThresholdGate
impl UnwindSafe for FanoutThresholdGate
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