pub enum SandboxEnforce {
Off,
Fs,
FsNet,
}Expand description
OS sandbox enforcement level for a role’s sessions.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SandboxEnforce
impl Clone for SandboxEnforce
Source§fn clone(&self) -> SandboxEnforce
fn clone(&self) -> SandboxEnforce
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 SandboxEnforce
Source§impl Debug for SandboxEnforce
impl Debug for SandboxEnforce
Source§impl Default for SandboxEnforce
impl Default for SandboxEnforce
Source§fn default() -> SandboxEnforce
fn default() -> SandboxEnforce
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SandboxEnforce
impl<'de> Deserialize<'de> for SandboxEnforce
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SandboxEnforce
Source§impl PartialEq for SandboxEnforce
impl PartialEq for SandboxEnforce
Source§impl Serialize for SandboxEnforce
impl Serialize for SandboxEnforce
impl StructuralPartialEq for SandboxEnforce
Auto Trait Implementations§
impl Freeze for SandboxEnforce
impl RefUnwindSafe for SandboxEnforce
impl Send for SandboxEnforce
impl Sync for SandboxEnforce
impl Unpin for SandboxEnforce
impl UnsafeUnpin for SandboxEnforce
impl UnwindSafe for SandboxEnforce
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