pub struct SystemdUnitsOpts { /* private fields */ }
Expand description
Adjust how systemd units are generated from a container or pod.
Implementations§
Source§impl SystemdUnitsOpts
impl SystemdUnitsOpts
Sourcepub fn builder() -> SystemdUnitsOptsBuilder
pub fn builder() -> SystemdUnitsOptsBuilder
Returns a new instance of a builder for SystemdUnitsOpts.
Trait Implementations§
Source§impl Clone for SystemdUnitsOpts
impl Clone for SystemdUnitsOpts
Source§fn clone(&self) -> SystemdUnitsOpts
fn clone(&self) -> SystemdUnitsOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SystemdUnitsOpts
impl Debug for SystemdUnitsOpts
Source§impl Default for SystemdUnitsOpts
impl Default for SystemdUnitsOpts
Source§fn default() -> SystemdUnitsOpts
fn default() -> SystemdUnitsOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemdUnitsOpts
impl RefUnwindSafe for SystemdUnitsOpts
impl Send for SystemdUnitsOpts
impl Sync for SystemdUnitsOpts
impl Unpin for SystemdUnitsOpts
impl UnwindSafe for SystemdUnitsOpts
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