pub struct ZOS { /* private fields */ }Expand description
ZOS contains information for z/OS based containers.
Implementations§
Source§impl ZOS
impl ZOS
Sourcepub fn namespaces(&self) -> &Option<Vec<ZOSNamespace>>
pub fn namespaces(&self) -> &Option<Vec<ZOSNamespace>>
Namespaces contains the namespaces that are created and/or joined by the container
Source§impl ZOS
impl ZOS
Sourcepub fn set_namespaces(&mut self, val: Option<Vec<ZOSNamespace>>) -> &mut Self
pub fn set_namespaces(&mut self, val: Option<Vec<ZOSNamespace>>) -> &mut Self
Namespaces contains the namespaces that are created and/or joined by the container
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ZOS
impl<'de> Deserialize<'de> for ZOS
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
impl Eq for ZOS
impl StructuralPartialEq for ZOS
Auto Trait Implementations§
impl Freeze for ZOS
impl RefUnwindSafe for ZOS
impl Send for ZOS
impl Sync for ZOS
impl Unpin for ZOS
impl UnwindSafe for ZOS
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)