Struct service_manager::RcdConfig
source · pub struct RcdConfig {}
Expand description
Configuration settings tied to rc.d services
Trait Implementations§
source§impl PartialEq<RcdConfig> for RcdConfig
impl PartialEq<RcdConfig> for RcdConfig
impl Eq for RcdConfig
impl StructuralEq for RcdConfig
impl StructuralPartialEq for RcdConfig
Auto Trait Implementations§
impl RefUnwindSafe for RcdConfig
impl Send for RcdConfig
impl Sync for RcdConfig
impl Unpin for RcdConfig
impl UnwindSafe for RcdConfig
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