pub struct PrefixMatcher { /* private fields */ }
Available on crate feature
registry
only.Expand description
Matches input prefixes.
Trait Implementations§
Source§impl Clone for PrefixMatcher
impl Clone for PrefixMatcher
Source§fn clone(&self) -> PrefixMatcher
fn clone(&self) -> PrefixMatcher
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 PrefixMatcher
impl Debug for PrefixMatcher
Source§impl PartialEq for PrefixMatcher
impl PartialEq for PrefixMatcher
impl Eq for PrefixMatcher
impl StructuralPartialEq for PrefixMatcher
Auto Trait Implementations§
impl Freeze for PrefixMatcher
impl RefUnwindSafe for PrefixMatcher
impl Send for PrefixMatcher
impl Sync for PrefixMatcher
impl Unpin for PrefixMatcher
impl UnwindSafe for PrefixMatcher
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