pub struct SystemDProperties { /* private fields */ }
Expand description
A map of systemd properties
Implementations§
Trait Implementations§
Source§impl Clone for SystemDProperties
impl Clone for SystemDProperties
Source§fn clone(&self) -> SystemDProperties
fn clone(&self) -> SystemDProperties
Returns a duplicate 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 SystemDProperties
impl Debug for SystemDProperties
Auto Trait Implementations§
impl Freeze for SystemDProperties
impl RefUnwindSafe for SystemDProperties
impl Send for SystemDProperties
impl Sync for SystemDProperties
impl Unpin for SystemDProperties
impl UnwindSafe for SystemDProperties
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