struct DomainMatcher(Vec<String>);Tuple Fields§
§0: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for DomainMatcher
impl Clone for DomainMatcher
Source§fn clone(&self) -> DomainMatcher
fn clone(&self) -> DomainMatcher
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 DomainMatcher
impl Debug for DomainMatcher
Source§impl Default for DomainMatcher
impl Default for DomainMatcher
Source§fn default() -> DomainMatcher
fn default() -> DomainMatcher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DomainMatcher
impl RefUnwindSafe for DomainMatcher
impl Send for DomainMatcher
impl Sync for DomainMatcher
impl Unpin for DomainMatcher
impl UnwindSafe for DomainMatcher
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