pub enum ServiceSubscriptionListenerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServiceSubscriptionListenerEvent
impl RefUnwindSafe for ServiceSubscriptionListenerEvent
impl Send for ServiceSubscriptionListenerEvent
impl Sync for ServiceSubscriptionListenerEvent
impl Unpin for ServiceSubscriptionListenerEvent
impl UnwindSafe for ServiceSubscriptionListenerEvent
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