pub struct HostRegistrationConfigOptions { /* private fields */ }
Expand description
Defines the host registration configuration options.
HostRegistrationConfigOptions is used to set the host registration configuration options, which are
Wasi
turns on theWASI
support.
Implementations§
Trait Implementations§
source§impl Clone for HostRegistrationConfigOptions
impl Clone for HostRegistrationConfigOptions
source§fn clone(&self) -> HostRegistrationConfigOptions
fn clone(&self) -> HostRegistrationConfigOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for HostRegistrationConfigOptions
impl Default for HostRegistrationConfigOptions
source§fn default() -> HostRegistrationConfigOptions
fn default() -> HostRegistrationConfigOptions
Returns the “default value” for a type. Read more
impl Copy for HostRegistrationConfigOptions
Auto Trait Implementations§
impl RefUnwindSafe for HostRegistrationConfigOptions
impl Send for HostRegistrationConfigOptions
impl Sync for HostRegistrationConfigOptions
impl Unpin for HostRegistrationConfigOptions
impl UnwindSafe for HostRegistrationConfigOptions
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