pub enum LocalLocus {
Process,
Temp,
SandboxScope,
Worktree,
Adjacent,
WorktreeTrusted,
User,
Machine,
SystemIntegrity,
Device,
Kernel,
}Expand description
How deep into this host a capability reaches (v1.4 §2.2). device/kernel
void the abstractions the fs rungs assume and are deny-by-default everywhere.
Variants§
Process
Temp
SandboxScope
Worktree
Adjacent
WorktreeTrusted
User
Machine
SystemIntegrity
Device
Kernel
Trait Implementations§
Source§impl Clone for LocalLocus
impl Clone for LocalLocus
Source§fn clone(&self) -> LocalLocus
fn clone(&self) -> LocalLocus
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 LocalLocus
Source§impl Debug for LocalLocus
impl Debug for LocalLocus
Source§impl Default for LocalLocus
impl Default for LocalLocus
Source§fn default() -> LocalLocus
fn default() -> LocalLocus
Returns the “default value” for a type. Read more
impl Eq for LocalLocus
Source§impl FacetTerm for LocalLocus
impl FacetTerm for LocalLocus
Source§impl Hash for LocalLocus
impl Hash for LocalLocus
Source§impl Ord for LocalLocus
impl Ord for LocalLocus
Source§fn cmp(&self, other: &LocalLocus) -> Ordering
fn cmp(&self, other: &LocalLocus) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LocalLocus
impl PartialEq for LocalLocus
Source§impl PartialOrd for LocalLocus
impl PartialOrd for LocalLocus
impl StructuralPartialEq for LocalLocus
Auto Trait Implementations§
impl Freeze for LocalLocus
impl RefUnwindSafe for LocalLocus
impl Send for LocalLocus
impl Sync for LocalLocus
impl Unpin for LocalLocus
impl UnsafeUnpin for LocalLocus
impl UnwindSafe for LocalLocus
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.