Struct subscription_service::SubscriptionBundle
source · pub struct SubscriptionBundle {
pub configs: HashSet<ConfigID>,
pub events: HashSet<EventKey>,
}
Fields§
§configs: HashSet<ConfigID>
§events: HashSet<EventKey>
Implementations§
Trait Implementations§
source§impl Clone for SubscriptionBundle
impl Clone for SubscriptionBundle
source§fn clone(&self) -> SubscriptionBundle
fn clone(&self) -> SubscriptionBundle
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