pub enum RegistryWebcImageVersionChoices {
V2,
V3,
}Variants§
Trait Implementations§
source§impl Clone for RegistryWebcImageVersionChoices
impl Clone for RegistryWebcImageVersionChoices
source§fn clone(&self) -> RegistryWebcImageVersionChoices
fn clone(&self) -> RegistryWebcImageVersionChoices
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<'de> Deserialize<'de> for RegistryWebcImageVersionChoices
impl<'de> Deserialize<'de> for RegistryWebcImageVersionChoices
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 Enum for RegistryWebcImageVersionChoices
impl Enum for RegistryWebcImageVersionChoices
§type SchemaType = RegistryWebcImageVersionChoices
type SchemaType = RegistryWebcImageVersionChoices
The enum in the schema that this type represents.
source§impl From<RegistryWebcImageVersionChoices> for WebcVersion
impl From<RegistryWebcImageVersionChoices> for WebcVersion
source§fn from(v: RegistryWebcImageVersionChoices) -> Self
fn from(v: RegistryWebcImageVersionChoices) -> Self
Converts to this type from the input type.
impl CoercesTo<Option<Option<RegistryWebcImageVersionChoices>>> for RegistryWebcImageVersionChoices
impl CoercesTo<Option<RegistryWebcImageVersionChoices>> for RegistryWebcImageVersionChoices
impl CoercesTo<Option<Vec<Option<RegistryWebcImageVersionChoices>>>> for RegistryWebcImageVersionChoices
impl CoercesTo<Option<Vec<RegistryWebcImageVersionChoices>>> for RegistryWebcImageVersionChoices
impl CoercesTo<Vec<RegistryWebcImageVersionChoices>> for RegistryWebcImageVersionChoices
impl CoercesTo<Vec<Vec<RegistryWebcImageVersionChoices>>> for RegistryWebcImageVersionChoices
impl Copy for RegistryWebcImageVersionChoices
Auto Trait Implementations§
impl Freeze for RegistryWebcImageVersionChoices
impl RefUnwindSafe for RegistryWebcImageVersionChoices
impl Send for RegistryWebcImageVersionChoices
impl Sync for RegistryWebcImageVersionChoices
impl Unpin for RegistryWebcImageVersionChoices
impl UnwindSafe for RegistryWebcImageVersionChoices
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