pub struct FsServiceDetails {
pub service: ServiceDetails,
pub path: String,
pub enabled: bool,
pub running: bool,
}Fields§
§service: ServiceDetails§path: String§enabled: bool§running: boolTrait Implementations§
Source§impl Clone for FsServiceDetails
impl Clone for FsServiceDetails
Source§fn clone(&self) -> FsServiceDetails
fn clone(&self) -> FsServiceDetails
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FsServiceDetails
impl RefUnwindSafe for FsServiceDetails
impl Send for FsServiceDetails
impl Sync for FsServiceDetails
impl Unpin for FsServiceDetails
impl UnwindSafe for FsServiceDetails
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