pub enum NamespaceType {
Pid,
Mount,
Network,
User,
Ipc,
Uts,
}Variants§
Trait Implementations§
Source§impl Clone for NamespaceType
impl Clone for NamespaceType
Source§fn clone(&self) -> NamespaceType
fn clone(&self) -> NamespaceType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NamespaceType
impl Debug for NamespaceType
Source§impl Display for NamespaceType
impl Display for NamespaceType
Source§impl Ord for NamespaceType
impl Ord for NamespaceType
Source§impl PartialEq for NamespaceType
impl PartialEq for NamespaceType
Source§impl PartialOrd for NamespaceType
impl PartialOrd for NamespaceType
Source§fn partial_cmp(&self, other: &NamespaceType) -> Option<Ordering>
fn partial_cmp(&self, other: &NamespaceType) -> Option<Ordering>
impl Copy for NamespaceType
impl Eq for NamespaceType
impl StructuralPartialEq for NamespaceType
Auto Trait Implementations§
impl Freeze for NamespaceType
impl RefUnwindSafe for NamespaceType
impl Send for NamespaceType
impl Sync for NamespaceType
impl Unpin for NamespaceType
impl UnwindSafe for NamespaceType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)