pub enum ExternalAdapterHostResolutionSchema {
V1,
}Variants§
V1
Trait Implementations§
Source§impl Clone for ExternalAdapterHostResolutionSchema
impl Clone for ExternalAdapterHostResolutionSchema
Source§fn clone(&self) -> ExternalAdapterHostResolutionSchema
fn clone(&self) -> ExternalAdapterHostResolutionSchema
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<'de> Deserialize<'de> for ExternalAdapterHostResolutionSchema
impl<'de> Deserialize<'de> for ExternalAdapterHostResolutionSchema
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 ExternalAdapterHostResolutionSchema
Source§impl PartialEq for ExternalAdapterHostResolutionSchema
impl PartialEq for ExternalAdapterHostResolutionSchema
Source§fn eq(&self, other: &ExternalAdapterHostResolutionSchema) -> bool
fn eq(&self, other: &ExternalAdapterHostResolutionSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ExternalAdapterHostResolutionSchema
impl RunxSchema for ExternalAdapterHostResolutionSchema
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
impl StructuralPartialEq for ExternalAdapterHostResolutionSchema
Auto Trait Implementations§
impl Freeze for ExternalAdapterHostResolutionSchema
impl RefUnwindSafe for ExternalAdapterHostResolutionSchema
impl Send for ExternalAdapterHostResolutionSchema
impl Sync for ExternalAdapterHostResolutionSchema
impl Unpin for ExternalAdapterHostResolutionSchema
impl UnsafeUnpin for ExternalAdapterHostResolutionSchema
impl UnwindSafe for ExternalAdapterHostResolutionSchema
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