pub struct PidFileConfig {
pub file: String,
}Fields§
§file: StringTrait Implementations§
Source§impl Clone for PidFileConfig
impl Clone for PidFileConfig
Source§fn clone(&self) -> PidFileConfig
fn clone(&self) -> PidFileConfig
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 PidFileConfig
impl Debug for PidFileConfig
Source§impl PartialEq for PidFileConfig
impl PartialEq for PidFileConfig
Source§fn eq(&self, other: &PidFileConfig) -> bool
fn eq(&self, other: &PidFileConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PidFileConfig
Auto Trait Implementations§
impl Freeze for PidFileConfig
impl RefUnwindSafe for PidFileConfig
impl Send for PidFileConfig
impl Sync for PidFileConfig
impl Unpin for PidFileConfig
impl UnsafeUnpin for PidFileConfig
impl UnwindSafe for PidFileConfig
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