pub struct AllowlistEntry {
pub matchers: Vec<AllowlistMatcher>,
}
Expand description
A single security policy allowlist entry.
Fields§
§matchers: Vec<AllowlistMatcher>
Implementations§
Trait Implementations§
Source§impl Clone for AllowlistEntry
impl Clone for AllowlistEntry
Source§fn clone(&self) -> AllowlistEntry
fn clone(&self) -> AllowlistEntry
Returns a copy 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 AllowlistEntry
impl Debug for AllowlistEntry
Source§impl Hash for AllowlistEntry
impl Hash for AllowlistEntry
Source§impl PartialEq for AllowlistEntry
impl PartialEq for AllowlistEntry
impl Eq for AllowlistEntry
impl StructuralPartialEq for AllowlistEntry
Auto Trait Implementations§
impl Freeze for AllowlistEntry
impl RefUnwindSafe for AllowlistEntry
impl Send for AllowlistEntry
impl Sync for AllowlistEntry
impl Unpin for AllowlistEntry
impl UnwindSafe for AllowlistEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)