pub enum FloodsubSubscriptionAction {
Subscribe,
Unsubscribe,
}
Expand description
Action that a subscription wants to perform.
Variants§
Subscribe
The remote wants to subscribe to the given topic.
Unsubscribe
The remote wants to unsubscribe from the given topic.
Trait Implementations§
source§impl Clone for FloodsubSubscriptionAction
impl Clone for FloodsubSubscriptionAction
source§fn clone(&self) -> FloodsubSubscriptionAction
fn clone(&self) -> FloodsubSubscriptionAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more