pub struct HostOptions {
pub name: Option<String>,
pub conn_expr: ConnectionExpr,
pub ask_confirmation: Option<bool>,
}Fields§
§name: Option<String>§conn_expr: ConnectionExpr§ask_confirmation: Option<bool>Trait Implementations§
Source§impl Debug for HostOptions
impl Debug for HostOptions
Source§impl Into<HostOptions> for HostOptionsDe
impl Into<HostOptions> for HostOptionsDe
Source§fn into(self) -> HostOptions
fn into(self) -> HostOptions
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for HostOptions
impl RefUnwindSafe for HostOptions
impl Send for HostOptions
impl Sync for HostOptions
impl Unpin for HostOptions
impl UnwindSafe for HostOptions
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