pub struct CgroupSysctlLinkId(/* private fields */);Expand description
The type returned by
CgroupSysctl::attach
. Can be passed to
CgroupSysctl::detach
.
Trait Implementations§
Source§impl Debug for CgroupSysctlLinkId
impl Debug for CgroupSysctlLinkId
Source§impl Equivalent<CgroupSysctlLink> for CgroupSysctlLinkId
impl Equivalent<CgroupSysctlLink> for CgroupSysctlLinkId
Source§fn equivalent(&self, key: &CgroupSysctlLink) -> bool
fn equivalent(&self, key: &CgroupSysctlLink) -> bool
Compare self to
key and return true if they are equal.Source§impl Hash for CgroupSysctlLinkId
impl Hash for CgroupSysctlLinkId
Source§impl PartialEq for CgroupSysctlLinkId
impl PartialEq for CgroupSysctlLinkId
Source§fn eq(&self, other: &CgroupSysctlLinkId) -> bool
fn eq(&self, other: &CgroupSysctlLinkId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CgroupSysctlLinkId
impl StructuralPartialEq for CgroupSysctlLinkId
Auto Trait Implementations§
impl Freeze for CgroupSysctlLinkId
impl RefUnwindSafe for CgroupSysctlLinkId
impl Send for CgroupSysctlLinkId
impl Sync for CgroupSysctlLinkId
impl Unpin for CgroupSysctlLinkId
impl UnsafeUnpin for CgroupSysctlLinkId
impl UnwindSafe for CgroupSysctlLinkId
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.