pub struct SystemdManagerGetUnitError {
pub error: String,
pub subject_pattern: String,
pub request: Box<SystemdManagerGetUnitRequest>,
}Fields§
§error: String§subject_pattern: String§request: Box<SystemdManagerGetUnitRequest>Implementations§
Source§impl SystemdManagerGetUnitError
impl SystemdManagerGetUnitError
pub fn new( error: String, subject_pattern: String, request: SystemdManagerGetUnitRequest, ) -> SystemdManagerGetUnitError
Trait Implementations§
Source§impl Clone for SystemdManagerGetUnitError
impl Clone for SystemdManagerGetUnitError
Source§fn clone(&self) -> SystemdManagerGetUnitError
fn clone(&self) -> SystemdManagerGetUnitError
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 SystemdManagerGetUnitError
impl Debug for SystemdManagerGetUnitError
Source§impl<'de> Deserialize<'de> for SystemdManagerGetUnitError
impl<'de> Deserialize<'de> for SystemdManagerGetUnitError
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
Source§impl Hash for SystemdManagerGetUnitError
impl Hash for SystemdManagerGetUnitError
Source§impl Ord for SystemdManagerGetUnitError
impl Ord for SystemdManagerGetUnitError
Source§fn cmp(&self, other: &SystemdManagerGetUnitError) -> Ordering
fn cmp(&self, other: &SystemdManagerGetUnitError) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SystemdManagerGetUnitError
impl PartialEq for SystemdManagerGetUnitError
Source§fn eq(&self, other: &SystemdManagerGetUnitError) -> bool
fn eq(&self, other: &SystemdManagerGetUnitError) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SystemdManagerGetUnitError
impl PartialOrd for SystemdManagerGetUnitError
impl Eq for SystemdManagerGetUnitError
impl StructuralPartialEq for SystemdManagerGetUnitError
Auto Trait Implementations§
impl Freeze for SystemdManagerGetUnitError
impl RefUnwindSafe for SystemdManagerGetUnitError
impl Send for SystemdManagerGetUnitError
impl Sync for SystemdManagerGetUnitError
impl Unpin for SystemdManagerGetUnitError
impl UnsafeUnpin for SystemdManagerGetUnitError
impl UnwindSafe for SystemdManagerGetUnitError
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