pub struct SystemdManagerStopUnitError {
pub error: String,
pub subject_pattern: String,
pub request: Value,
}Fields§
§error: String§subject_pattern: String§request: ValueImplementations§
Trait Implementations§
Source§impl Clone for SystemdManagerStopUnitError
impl Clone for SystemdManagerStopUnitError
Source§fn clone(&self) -> SystemdManagerStopUnitError
fn clone(&self) -> SystemdManagerStopUnitError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SystemdManagerStopUnitError
impl Debug for SystemdManagerStopUnitError
Source§impl<'de> Deserialize<'de> for SystemdManagerStopUnitError
impl<'de> Deserialize<'de> for SystemdManagerStopUnitError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SystemdManagerStopUnitError
impl RefUnwindSafe for SystemdManagerStopUnitError
impl Send for SystemdManagerStopUnitError
impl Sync for SystemdManagerStopUnitError
impl Unpin for SystemdManagerStopUnitError
impl UnsafeUnpin for SystemdManagerStopUnitError
impl UnwindSafe for SystemdManagerStopUnitError
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