pub enum ZOSNamespaceType {
Pid,
Mount,
Ipc,
Uts,
}Expand description
Available z/OS namespace types.
Variants§
Pid
PID Namespace for isolating process IDs
Mount
Mount Namespace for isolating mount points
Ipc
IPC Namespace for isolating System V IPC, POSIX message queues
Uts
UTS Namespace for isolating hostname and NIS domain name
Trait Implementations§
Source§impl Clone for ZOSNamespaceType
impl Clone for ZOSNamespaceType
Source§fn clone(&self) -> ZOSNamespaceType
fn clone(&self) -> ZOSNamespaceType
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 ZOSNamespaceType
impl Debug for ZOSNamespaceType
Source§impl Default for ZOSNamespaceType
impl Default for ZOSNamespaceType
Source§fn default() -> ZOSNamespaceType
fn default() -> ZOSNamespaceType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ZOSNamespaceType
impl<'de> Deserialize<'de> for ZOSNamespaceType
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
Source§impl Display for ZOSNamespaceType
impl Display for ZOSNamespaceType
Source§impl Hash for ZOSNamespaceType
impl Hash for ZOSNamespaceType
Source§impl PartialEq for ZOSNamespaceType
impl PartialEq for ZOSNamespaceType
Source§impl Serialize for ZOSNamespaceType
impl Serialize for ZOSNamespaceType
Source§impl TryFrom<&str> for ZOSNamespaceType
impl TryFrom<&str> for ZOSNamespaceType
impl Copy for ZOSNamespaceType
impl Eq for ZOSNamespaceType
impl StructuralPartialEq for ZOSNamespaceType
Auto Trait Implementations§
impl Freeze for ZOSNamespaceType
impl RefUnwindSafe for ZOSNamespaceType
impl Send for ZOSNamespaceType
impl Sync for ZOSNamespaceType
impl Unpin for ZOSNamespaceType
impl UnwindSafe for ZOSNamespaceType
Blanket Implementations§
§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)