pub struct PaxVendorAllowlist { /* private fields */ }Expand description
An opaque allowlist of pax vendor namespaces.
Construct an allowlist with PaxVendorExtensionPolicy::ignore.
Trait Implementations§
Source§impl Clone for PaxVendorAllowlist
impl Clone for PaxVendorAllowlist
Source§fn clone(&self) -> PaxVendorAllowlist
fn clone(&self) -> PaxVendorAllowlist
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 moreSource§impl Debug for PaxVendorAllowlist
impl Debug for PaxVendorAllowlist
impl Eq for PaxVendorAllowlist
Source§impl PartialEq for PaxVendorAllowlist
impl PartialEq for PaxVendorAllowlist
impl StructuralPartialEq for PaxVendorAllowlist
Auto Trait Implementations§
impl Freeze for PaxVendorAllowlist
impl RefUnwindSafe for PaxVendorAllowlist
impl Send for PaxVendorAllowlist
impl Sync for PaxVendorAllowlist
impl Unpin for PaxVendorAllowlist
impl UnsafeUnpin for PaxVendorAllowlist
impl UnwindSafe for PaxVendorAllowlist
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