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