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