Struct component_events::matcher::EventIsOkMatcher
source · pub struct EventIsOkMatcher { /* private fields */ }
Trait Implementations§
source§impl Clone for EventIsOkMatcher
impl Clone for EventIsOkMatcher
source§fn clone(&self) -> EventIsOkMatcher
fn clone(&self) -> EventIsOkMatcher
Returns a copy 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 EventIsOkMatcher
impl Debug for EventIsOkMatcher
source§impl Display for EventIsOkMatcher
impl Display for EventIsOkMatcher
source§impl PartialEq<EventIsOkMatcher> for EventIsOkMatcher
impl PartialEq<EventIsOkMatcher> for EventIsOkMatcher
source§fn eq(&self, other: &EventIsOkMatcher) -> bool
fn eq(&self, other: &EventIsOkMatcher) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EventIsOkMatcher
Auto Trait Implementations§
impl RefUnwindSafe for EventIsOkMatcher
impl Send for EventIsOkMatcher
impl Sync for EventIsOkMatcher
impl Unpin for EventIsOkMatcher
impl UnwindSafe for EventIsOkMatcher
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