pub struct SystemdManagerReloadUnitReply {
pub job: String,
pub unit: Box<SystemdUnit>,
}Fields§
§job: String§unit: Box<SystemdUnit>Implementations§
Source§impl SystemdManagerReloadUnitReply
impl SystemdManagerReloadUnitReply
pub fn new(job: String, unit: SystemdUnit) -> SystemdManagerReloadUnitReply
Trait Implementations§
Source§impl Clone for SystemdManagerReloadUnitReply
impl Clone for SystemdManagerReloadUnitReply
Source§fn clone(&self) -> SystemdManagerReloadUnitReply
fn clone(&self) -> SystemdManagerReloadUnitReply
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<'de> Deserialize<'de> for SystemdManagerReloadUnitReply
impl<'de> Deserialize<'de> for SystemdManagerReloadUnitReply
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 SystemdManagerReloadUnitReply
impl Hash for SystemdManagerReloadUnitReply
Source§impl Ord for SystemdManagerReloadUnitReply
impl Ord for SystemdManagerReloadUnitReply
Source§fn cmp(&self, other: &SystemdManagerReloadUnitReply) -> Ordering
fn cmp(&self, other: &SystemdManagerReloadUnitReply) -> 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 SystemdManagerReloadUnitReply
impl PartialEq for SystemdManagerReloadUnitReply
Source§fn eq(&self, other: &SystemdManagerReloadUnitReply) -> bool
fn eq(&self, other: &SystemdManagerReloadUnitReply) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SystemdManagerReloadUnitReply
impl PartialOrd for SystemdManagerReloadUnitReply
impl Eq for SystemdManagerReloadUnitReply
impl StructuralPartialEq for SystemdManagerReloadUnitReply
Auto Trait Implementations§
impl Freeze for SystemdManagerReloadUnitReply
impl RefUnwindSafe for SystemdManagerReloadUnitReply
impl Send for SystemdManagerReloadUnitReply
impl Sync for SystemdManagerReloadUnitReply
impl Unpin for SystemdManagerReloadUnitReply
impl UnsafeUnpin for SystemdManagerReloadUnitReply
impl UnwindSafe for SystemdManagerReloadUnitReply
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