pub struct HostOptionsDe { /* private fields */ }Trait Implementations§
Source§impl Debug for HostOptionsDe
impl Debug for HostOptionsDe
Source§impl<'de> Deserialize<'de> for HostOptionsDe
impl<'de> Deserialize<'de> for HostOptionsDe
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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 HostOptionsDe
impl RefUnwindSafe for HostOptionsDe
impl Send for HostOptionsDe
impl Sync for HostOptionsDe
impl Unpin for HostOptionsDe
impl UnwindSafe for HostOptionsDe
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