pub enum SystemInfoCgroupDriverInlineItem {
Cgroupfs,
Systemd,
None,
}
Expand description
The driver to use for managing cgroups.
Variants§
Trait Implementations§
Source§impl AsRef<str> for SystemInfoCgroupDriverInlineItem
impl AsRef<str> for SystemInfoCgroupDriverInlineItem
Source§impl Clone for SystemInfoCgroupDriverInlineItem
impl Clone for SystemInfoCgroupDriverInlineItem
Source§fn clone(&self) -> SystemInfoCgroupDriverInlineItem
fn clone(&self) -> SystemInfoCgroupDriverInlineItem
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<'de> Deserialize<'de> for SystemInfoCgroupDriverInlineItem
impl<'de> Deserialize<'de> for SystemInfoCgroupDriverInlineItem
Source§fn 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
Source§impl PartialEq for SystemInfoCgroupDriverInlineItem
impl PartialEq for SystemInfoCgroupDriverInlineItem
Source§fn eq(&self, other: &SystemInfoCgroupDriverInlineItem) -> bool
fn eq(&self, other: &SystemInfoCgroupDriverInlineItem) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for SystemInfoCgroupDriverInlineItem
impl Serialize for SystemInfoCgroupDriverInlineItem
Source§fn 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 Freeze for SystemInfoCgroupDriverInlineItem
impl RefUnwindSafe for SystemInfoCgroupDriverInlineItem
impl Send for SystemInfoCgroupDriverInlineItem
impl Sync for SystemInfoCgroupDriverInlineItem
impl Unpin for SystemInfoCgroupDriverInlineItem
impl UnwindSafe for SystemInfoCgroupDriverInlineItem
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