pub enum SystemdSubState {
Other(String),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SystemdSubState
impl Clone for SystemdSubState
Source§fn clone(&self) -> SystemdSubState
fn clone(&self) -> SystemdSubState
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 SystemdSubState
impl Debug for SystemdSubState
Source§impl<'a> From<&'a str> for SystemdSubState
impl<'a> From<&'a str> for SystemdSubState
Source§fn from(string: &str) -> SystemdSubState
fn from(string: &str) -> SystemdSubState
Converts to this type from the input type.
Source§impl PartialEq for SystemdSubState
impl PartialEq for SystemdSubState
impl Eq for SystemdSubState
impl StructuralPartialEq for SystemdSubState
Auto Trait Implementations§
impl Freeze for SystemdSubState
impl RefUnwindSafe for SystemdSubState
impl Send for SystemdSubState
impl Sync for SystemdSubState
impl Unpin for SystemdSubState
impl UnwindSafe for SystemdSubState
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