pub struct EventSubscriptionManager { /* private fields */ }Expand description
Event Subscription Manager
Implementations§
Auto Trait Implementations§
impl Freeze for EventSubscriptionManager
impl !RefUnwindSafe for EventSubscriptionManager
impl Send for EventSubscriptionManager
impl Sync for EventSubscriptionManager
impl Unpin for EventSubscriptionManager
impl !UnwindSafe for EventSubscriptionManager
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more