pub struct DomainAllowlist { /* private fields */ }Expand description
Domain allowlist for the proxy.
Supports exact matches and wildcard prefix patterns (*.example.com).
Implementations§
Source§impl DomainAllowlist
impl DomainAllowlist
Trait Implementations§
Source§impl Clone for DomainAllowlist
impl Clone for DomainAllowlist
Source§fn clone(&self) -> DomainAllowlist
fn clone(&self) -> DomainAllowlist
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DomainAllowlist
impl RefUnwindSafe for DomainAllowlist
impl Send for DomainAllowlist
impl Sync for DomainAllowlist
impl Unpin for DomainAllowlist
impl UnsafeUnpin for DomainAllowlist
impl UnwindSafe for DomainAllowlist
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