Enum daml_lf::LanguageV1MinorVersion
source · [−]pub enum LanguageV1MinorVersion {
Show 14 variants
V0,
V1,
V2,
V3,
V4,
V5,
V6,
V7,
V8,
V11,
V12,
V13,
V14,
Dev,
}Expand description
Daml Ledger Fragment language V1 minor version.
Variants
V0
V1
V2
V3
V4
V5
V6
V7
V8
V11
V12
V13
V14
Dev
Trait Implementations
sourceimpl Clone for LanguageV1MinorVersion
impl Clone for LanguageV1MinorVersion
sourcefn clone(&self) -> LanguageV1MinorVersion
fn clone(&self) -> LanguageV1MinorVersion
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LanguageV1MinorVersion
impl Debug for LanguageV1MinorVersion
sourceimpl Display for LanguageV1MinorVersion
impl Display for LanguageV1MinorVersion
sourceimpl Hash for LanguageV1MinorVersion
impl Hash for LanguageV1MinorVersion
sourceimpl IntoBoundedStatic for LanguageV1MinorVersion
impl IntoBoundedStatic for LanguageV1MinorVersion
type Static = LanguageV1MinorVersion
type Static = LanguageV1MinorVersion
The target type is bounded by the 'static lifetime.
sourcefn into_static(self) -> Self::Static
fn into_static(self) -> Self::Static
Convert an owned T into an owned T such that T: 'static.
sourceimpl Ord for LanguageV1MinorVersion
impl Ord for LanguageV1MinorVersion
sourceimpl PartialOrd<LanguageV1MinorVersion> for LanguageV1MinorVersion
impl PartialOrd<LanguageV1MinorVersion> for LanguageV1MinorVersion
sourcefn partial_cmp(&self, other: &LanguageV1MinorVersion) -> Option<Ordering>
fn partial_cmp(&self, other: &LanguageV1MinorVersion) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl Serialize for LanguageV1MinorVersion
impl Serialize for LanguageV1MinorVersion
sourceimpl ToBoundedStatic for LanguageV1MinorVersion
impl ToBoundedStatic for LanguageV1MinorVersion
type Static = LanguageV1MinorVersion
type Static = LanguageV1MinorVersion
The target type is bounded by the 'static lifetime.
sourceimpl TryFrom<&'_ str> for LanguageV1MinorVersion
impl TryFrom<&'_ str> for LanguageV1MinorVersion
impl Copy for LanguageV1MinorVersion
impl Eq for LanguageV1MinorVersion
impl StructuralEq for LanguageV1MinorVersion
impl StructuralPartialEq for LanguageV1MinorVersion
Auto Trait Implementations
impl RefUnwindSafe for LanguageV1MinorVersion
impl Send for LanguageV1MinorVersion
impl Sync for LanguageV1MinorVersion
impl Unpin for LanguageV1MinorVersion
impl UnwindSafe for LanguageV1MinorVersion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more