Enum ocf::linux::NamespaceKind
[−]
[src]
pub enum NamespaceKind { PID, Network, Mount, IPC, UTS, User, }
Variants
PID | |
Network | |
Mount | |
IPC | |
UTS | |
User |
pub enum NamespaceKind { PID, Network, Mount, IPC, UTS, User, }
PID | |
Network | |
Mount | |
IPC | |
UTS | |
User |
impl<'a> Into<&'static str> for &'a NamespaceKind
impl Deserialize for NamespaceKind
fn deserialize<D: Deserializer>(d: &mut D) -> Result<Self, D::Error>
impl Serialize for NamespaceKind
fn serialize<S: Serializer>(&self, s: &mut S) -> Result<(), S::Error>
impl Eq for NamespaceKind
impl PartialEq for NamespaceKind
fn eq(&self, __arg_0: &NamespaceKind) -> bool
fn ne(&self, __arg_0: &NamespaceKind) -> bool
impl Debug for NamespaceKind
impl Clone for NamespaceKind
fn clone(&self) -> NamespaceKind
fn clone_from(&mut self, source: &Self)
impl Copy for NamespaceKind