Enum component_events::matcher::MonikerMatcher
source · pub enum MonikerMatcher {
Regex(RegexSet),
Direct(Vec<Moniker>),
}
Variants§
Trait Implementations§
source§impl Clone for MonikerMatcher
impl Clone for MonikerMatcher
source§fn clone(&self) -> MonikerMatcher
fn clone(&self) -> MonikerMatcher
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 MonikerMatcher
impl Debug for MonikerMatcher
Auto Trait Implementations§
impl RefUnwindSafe for MonikerMatcher
impl Send for MonikerMatcher
impl Sync for MonikerMatcher
impl Unpin for MonikerMatcher
impl UnwindSafe for MonikerMatcher
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