Struct ocf::linux::Namespace
[−]
[src]
pub struct Namespace {
pub kind: NamespaceKind,
pub path: Option<String>,
}Fields
kind | |
path |
pub struct Namespace {
pub kind: NamespaceKind,
pub path: Option<String>,
}kind | |
path |
impl Namespacefn kind(&self) -> NamespaceKindfn path(&self) -> Option<&str>impl Deserialize for Namespacefn deserialize<__D>(deserializer: &mut __D) -> Result<Namespace, __D::Error> where __D: Deserializerimpl Serialize for Namespacefn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializerimpl Debug for Namespaceimpl Clone for Namespacefn clone(&self) -> Namespacefn clone_from(&mut self, source: &Self)