pub struct EventMatch {
pub event_ref: EventRef,
pub decoded_event: Option<DecodedEvent>,
}Fields§
§event_ref: EventRef§decoded_event: Option<DecodedEvent>Trait Implementations§
Source§impl Clone for EventMatch
impl Clone for EventMatch
Source§fn clone(&self) -> EventMatch
fn clone(&self) -> EventMatch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventMatch
impl Debug for EventMatch
Source§impl PartialEq for EventMatch
impl PartialEq for EventMatch
impl StructuralPartialEq for EventMatch
Auto Trait Implementations§
impl Freeze for EventMatch
impl RefUnwindSafe for EventMatch
impl Send for EventMatch
impl Sync for EventMatch
impl Unpin for EventMatch
impl UnsafeUnpin for EventMatch
impl UnwindSafe for EventMatch
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