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