pub enum ExternalHostRuntimeMethod {
Discovery,
CandidateRequest,
}Variants§
Trait Implementations§
Source§impl Clone for ExternalHostRuntimeMethod
impl Clone for ExternalHostRuntimeMethod
Source§fn clone(&self) -> ExternalHostRuntimeMethod
fn clone(&self) -> ExternalHostRuntimeMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExternalHostRuntimeMethod
impl Debug for ExternalHostRuntimeMethod
Source§impl<'de> Deserialize<'de> for ExternalHostRuntimeMethod
impl<'de> Deserialize<'de> for ExternalHostRuntimeMethod
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
impl Eq for ExternalHostRuntimeMethod
impl StructuralPartialEq for ExternalHostRuntimeMethod
Auto Trait Implementations§
impl Freeze for ExternalHostRuntimeMethod
impl RefUnwindSafe for ExternalHostRuntimeMethod
impl Send for ExternalHostRuntimeMethod
impl Sync for ExternalHostRuntimeMethod
impl Unpin for ExternalHostRuntimeMethod
impl UnsafeUnpin for ExternalHostRuntimeMethod
impl UnwindSafe for ExternalHostRuntimeMethod
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