pub enum FanoutGateAction {
Pause,
Escalate,
}Variants§
Trait Implementations§
Source§impl Clone for FanoutGateAction
impl Clone for FanoutGateAction
Source§fn clone(&self) -> FanoutGateAction
fn clone(&self) -> FanoutGateAction
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 FanoutGateAction
impl Debug for FanoutGateAction
Source§impl<'de> Deserialize<'de> for FanoutGateAction
impl<'de> Deserialize<'de> for FanoutGateAction
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
impl Eq for FanoutGateAction
Source§impl From<FanoutGateAction> for FanoutSyncOutcome
impl From<FanoutGateAction> for FanoutSyncOutcome
Source§fn from(action: FanoutGateAction) -> Self
fn from(action: FanoutGateAction) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FanoutGateAction
impl PartialEq for FanoutGateAction
Source§fn eq(&self, other: &FanoutGateAction) -> bool
fn eq(&self, other: &FanoutGateAction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FanoutGateAction
impl Serialize for FanoutGateAction
impl StructuralPartialEq for FanoutGateAction
Auto Trait Implementations§
impl Freeze for FanoutGateAction
impl RefUnwindSafe for FanoutGateAction
impl Send for FanoutGateAction
impl Sync for FanoutGateAction
impl Unpin for FanoutGateAction
impl UnsafeUnpin for FanoutGateAction
impl UnwindSafe for FanoutGateAction
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