pub struct CgroupNamespace { /* private fields */ }Expand description
A service cgroup namespace value with a non-destructive classification.
Implementations§
Source§impl CgroupNamespace
impl CgroupNamespace
Trait Implementations§
Source§impl Clone for CgroupNamespace
impl Clone for CgroupNamespace
Source§fn clone(&self) -> CgroupNamespace
fn clone(&self) -> CgroupNamespace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CgroupNamespace
impl Debug for CgroupNamespace
impl Eq for CgroupNamespace
Source§impl PartialEq for CgroupNamespace
impl PartialEq for CgroupNamespace
impl StructuralPartialEq for CgroupNamespace
Auto Trait Implementations§
impl Freeze for CgroupNamespace
impl RefUnwindSafe for CgroupNamespace
impl Send for CgroupNamespace
impl Sync for CgroupNamespace
impl Unpin for CgroupNamespace
impl UnsafeUnpin for CgroupNamespace
impl UnwindSafe for CgroupNamespace
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