pub struct DebugCapabilityKey {
pub name: Name,
pub source: CapabilityAllowlistSource,
pub capability: CapabilityTypeName,
pub env_name: Name,
}
Expand description
Allowlist key for debug capability allowlists. This defines all portions of the allowlist that do not support globbing.
Fields§
§name: Name
§source: CapabilityAllowlistSource
§capability: CapabilityTypeName
§env_name: Name
Trait Implementations§
Source§impl Clone for DebugCapabilityKey
impl Clone for DebugCapabilityKey
Source§fn clone(&self) -> DebugCapabilityKey
fn clone(&self) -> DebugCapabilityKey
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 DebugCapabilityKey
impl Debug for DebugCapabilityKey
Source§impl Hash for DebugCapabilityKey
impl Hash for DebugCapabilityKey
Source§impl PartialEq for DebugCapabilityKey
impl PartialEq for DebugCapabilityKey
impl Eq for DebugCapabilityKey
impl StructuralPartialEq for DebugCapabilityKey
Auto Trait Implementations§
impl Freeze for DebugCapabilityKey
impl RefUnwindSafe for DebugCapabilityKey
impl Send for DebugCapabilityKey
impl Sync for DebugCapabilityKey
impl Unpin for DebugCapabilityKey
impl UnwindSafe for DebugCapabilityKey
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
)