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