pub enum SandboxKind {
Linux,
Generic,
}Variants§
Implementations§
Source§impl SandboxKind
impl SandboxKind
pub fn is_supported(self) -> bool
Trait Implementations§
Source§impl Clone for SandboxKind
impl Clone for SandboxKind
Source§fn clone(&self) -> SandboxKind
fn clone(&self) -> SandboxKind
Returns a duplicate 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 SandboxKind
impl Debug for SandboxKind
Source§impl Display for SandboxKind
impl Display for SandboxKind
Source§impl PartialEq for SandboxKind
impl PartialEq for SandboxKind
impl Copy for SandboxKind
impl Eq for SandboxKind
impl StructuralPartialEq for SandboxKind
Auto Trait Implementations§
impl Freeze for SandboxKind
impl RefUnwindSafe for SandboxKind
impl Send for SandboxKind
impl Sync for SandboxKind
impl Unpin for SandboxKind
impl UnwindSafe for SandboxKind
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