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