pub struct Opt {
pub config: OptU<StringOrPath>,
pub name: OptU<String>,
pub password: OptU<String>,
pub server_url: OptU<String>,
pub signal: OptU<String>,
pub state: OptU<String>,
pub stop_before_removing: OptU<BoolOrString>,
pub supervisorctl_path: OptU<StringOrPath>,
pub username: OptU<String>,
}Fields§
§config: OptU<StringOrPath>§name: OptU<String>§password: OptU<String>§server_url: OptU<String>§signal: OptU<String>§state: OptU<String>§stop_before_removing: OptU<BoolOrString>§supervisorctl_path: OptU<StringOrPath>§username: OptU<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Opt
impl RefUnwindSafe for Opt
impl Send for Opt
impl Sync for Opt
impl Unpin for Opt
impl UnwindSafe for Opt
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)