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