pub enum SystemInfoCgroupDriverInlineItem {
Cgroupfs,
Systemd,
None,
}
Expand description
The driver to use for managing cgroups.
Variants
Cgroupfs
Systemd
None
Trait Implementations
sourceimpl AsRef<str> for SystemInfoCgroupDriverInlineItem
impl AsRef<str> for SystemInfoCgroupDriverInlineItem
sourceimpl Clone for SystemInfoCgroupDriverInlineItem
impl Clone for SystemInfoCgroupDriverInlineItem
sourcefn clone(&self) -> SystemInfoCgroupDriverInlineItem
fn clone(&self) -> SystemInfoCgroupDriverInlineItem
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'de> Deserialize<'de> for SystemInfoCgroupDriverInlineItem
impl<'de> Deserialize<'de> for SystemInfoCgroupDriverInlineItem
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<SystemInfoCgroupDriverInlineItem, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<SystemInfoCgroupDriverInlineItem, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<SystemInfoCgroupDriverInlineItem> for SystemInfoCgroupDriverInlineItem
impl PartialEq<SystemInfoCgroupDriverInlineItem> for SystemInfoCgroupDriverInlineItem
sourcefn eq(&self, other: &SystemInfoCgroupDriverInlineItem) -> bool
fn eq(&self, other: &SystemInfoCgroupDriverInlineItem) -> bool
sourceimpl Serialize for SystemInfoCgroupDriverInlineItem
impl Serialize for SystemInfoCgroupDriverInlineItem
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SystemInfoCgroupDriverInlineItem
Auto Trait Implementations
impl RefUnwindSafe for SystemInfoCgroupDriverInlineItem
impl Send for SystemInfoCgroupDriverInlineItem
impl Sync for SystemInfoCgroupDriverInlineItem
impl Unpin for SystemInfoCgroupDriverInlineItem
impl UnwindSafe for SystemInfoCgroupDriverInlineItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more