pub struct LinuxNamespaceBuilder { /* private fields */ }
Expand description
Builder for LinuxNamespace
.
Implementations§
Source§impl LinuxNamespaceBuilder
impl LinuxNamespaceBuilder
Sourcepub fn namespace_type<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn namespace_type<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Type is the type of namespace
Trait Implementations§
Source§impl Clone for LinuxNamespaceBuilder
impl Clone for LinuxNamespaceBuilder
Source§fn clone(&self) -> LinuxNamespaceBuilder
fn clone(&self) -> LinuxNamespaceBuilder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for LinuxNamespaceBuilder
impl Default for LinuxNamespaceBuilder
Source§fn default() -> LinuxNamespaceBuilder
fn default() -> LinuxNamespaceBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinuxNamespaceBuilder
impl RefUnwindSafe for LinuxNamespaceBuilder
impl Send for LinuxNamespaceBuilder
impl Sync for LinuxNamespaceBuilder
impl Unpin for LinuxNamespaceBuilder
impl UnwindSafe for LinuxNamespaceBuilder
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