pub enum DebugSubcommand {
Seatbelt,
Landlock,
Capabilities,
}Expand description
Debug subcommand types for CLI integration.
Variants§
Seatbelt
Test macOS Seatbelt sandbox.
Landlock
Test Linux Landlock sandbox.
Capabilities
Show sandbox capabilities.
Trait Implementations§
Source§impl Clone for DebugSubcommand
impl Clone for DebugSubcommand
Source§fn clone(&self) -> DebugSubcommand
fn clone(&self) -> DebugSubcommand
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 moreimpl Copy for DebugSubcommand
Source§impl Debug for DebugSubcommand
impl Debug for DebugSubcommand
impl Eq for DebugSubcommand
Source§impl PartialEq for DebugSubcommand
impl PartialEq for DebugSubcommand
impl StructuralPartialEq for DebugSubcommand
Auto Trait Implementations§
impl Freeze for DebugSubcommand
impl RefUnwindSafe for DebugSubcommand
impl Send for DebugSubcommand
impl Sync for DebugSubcommand
impl Unpin for DebugSubcommand
impl UnsafeUnpin for DebugSubcommand
impl UnwindSafe for DebugSubcommand
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.