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