pub struct ApplicationIndicators<'a> {
pub dns_suffixes: &'a [&'a str],
pub tls_sni_suffixes: &'a [&'a str],
pub http_hosts: &'a [&'a str],
}Fields§
§dns_suffixes: &'a [&'a str]§tls_sni_suffixes: &'a [&'a str]§http_hosts: &'a [&'a str]Implementations§
Source§impl<'a> ApplicationIndicators<'a>
impl<'a> ApplicationIndicators<'a>
pub fn matches(&self, input: &ApplicationMatchInput<'_>) -> bool
Trait Implementations§
Source§impl<'a> Clone for ApplicationIndicators<'a>
impl<'a> Clone for ApplicationIndicators<'a>
Source§fn clone(&self) -> ApplicationIndicators<'a>
fn clone(&self) -> ApplicationIndicators<'a>
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<'a> Debug for ApplicationIndicators<'a>
impl<'a> Debug for ApplicationIndicators<'a>
Source§impl<'a> PartialEq for ApplicationIndicators<'a>
impl<'a> PartialEq for ApplicationIndicators<'a>
impl<'a> Copy for ApplicationIndicators<'a>
impl<'a> Eq for ApplicationIndicators<'a>
impl<'a> StructuralPartialEq for ApplicationIndicators<'a>
Auto Trait Implementations§
impl<'a> Freeze for ApplicationIndicators<'a>
impl<'a> RefUnwindSafe for ApplicationIndicators<'a>
impl<'a> Send for ApplicationIndicators<'a>
impl<'a> Sync for ApplicationIndicators<'a>
impl<'a> Unpin for ApplicationIndicators<'a>
impl<'a> UnwindSafe for ApplicationIndicators<'a>
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