pub enum EventPat {
Any,
Exact(ServiceEventKind),
}Variants§
Any
Exact(ServiceEventKind)
Trait Implementations§
impl Eq for EventPat
impl StructuralPartialEq for EventPat
Auto Trait Implementations§
impl Freeze for EventPat
impl RefUnwindSafe for EventPat
impl Send for EventPat
impl Sync for EventPat
impl Unpin for EventPat
impl UnwindSafe for EventPat
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