pub enum SystemdEnabled {
True,
False,
Always,
}
Expand description
Used with ContainerCreateOptsBuilder::systemd
.
Variants§
Trait Implementations§
Source§impl AsRef<str> for SystemdEnabled
impl AsRef<str> for SystemdEnabled
Source§impl Clone for SystemdEnabled
impl Clone for SystemdEnabled
Source§fn clone(&self) -> SystemdEnabled
fn clone(&self) -> SystemdEnabled
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 Debug for SystemdEnabled
impl Debug for SystemdEnabled
Source§impl Default for SystemdEnabled
impl Default for SystemdEnabled
Source§fn default() -> SystemdEnabled
fn default() -> SystemdEnabled
Returns the “default value” for a type. Read more
Source§impl Display for SystemdEnabled
impl Display for SystemdEnabled
Source§impl PartialEq for SystemdEnabled
impl PartialEq for SystemdEnabled
impl Copy for SystemdEnabled
impl Eq for SystemdEnabled
impl StructuralPartialEq for SystemdEnabled
Auto Trait Implementations§
impl Freeze for SystemdEnabled
impl RefUnwindSafe for SystemdEnabled
impl Send for SystemdEnabled
impl Sync for SystemdEnabled
impl Unpin for SystemdEnabled
impl UnwindSafe for SystemdEnabled
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