pub struct DomainFullMatcher {
pub map: HashMap<String, usize>,
pub targets: Vec<String>,
}Fields§
§map: HashMap<String, usize>§targets: Vec<String>Implementations§
Trait Implementations§
Source§impl Debug for DomainFullMatcher
impl Debug for DomainFullMatcher
Source§impl Default for DomainFullMatcher
impl Default for DomainFullMatcher
Source§fn default() -> DomainFullMatcher
fn default() -> DomainFullMatcher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DomainFullMatcher
impl RefUnwindSafe for DomainFullMatcher
impl Send for DomainFullMatcher
impl Sync for DomainFullMatcher
impl Unpin for DomainFullMatcher
impl UnwindSafe for DomainFullMatcher
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