pub struct Controller {
pub service_name: String,
pub display_name: String,
pub description: String,
pub config: Option<String>,
}Fields§
§service_name: String§display_name: String§description: String§config: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinuxController
impl RefUnwindSafe for LinuxController
impl Send for LinuxController
impl Sync for LinuxController
impl Unpin for LinuxController
impl UnwindSafe for LinuxController
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