pub struct ZOSBuilder { /* private fields */ }Expand description
Builder for ZOS.
Implementations§
Source§impl ZOSBuilder
impl ZOSBuilder
Sourcepub fn namespaces<VALUE: Into<Vec<ZOSNamespace>>>(self, value: VALUE) -> Self
pub fn namespaces<VALUE: Into<Vec<ZOSNamespace>>>(self, value: VALUE) -> Self
Namespaces contains the namespaces that are created and/or joined by the container
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZOSBuilder
impl RefUnwindSafe for ZOSBuilder
impl Send for ZOSBuilder
impl Sync for ZOSBuilder
impl Unpin for ZOSBuilder
impl UnsafeUnpin for ZOSBuilder
impl UnwindSafe for ZOSBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more