pub enum OParlVersion {
Version1_1,
}Variants§
Version1_1
Trait Implementations§
Source§impl Clone for OParlVersion
impl Clone for OParlVersion
Source§fn clone(&self) -> OParlVersion
fn clone(&self) -> OParlVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OParlVersion
impl Debug for OParlVersion
Source§impl<'de> Deserialize<'de> for OParlVersion
impl<'de> Deserialize<'de> for OParlVersion
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 Hash for OParlVersion
impl Hash for OParlVersion
Source§impl Ord for OParlVersion
impl Ord for OParlVersion
Source§fn cmp(&self, other: &OParlVersion) -> Ordering
fn cmp(&self, other: &OParlVersion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OParlVersion
impl PartialEq for OParlVersion
Source§impl PartialOrd for OParlVersion
impl PartialOrd for OParlVersion
Source§impl Serialize for OParlVersion
impl Serialize for OParlVersion
impl Eq for OParlVersion
impl StructuralPartialEq for OParlVersion
Auto Trait Implementations§
impl Freeze for OParlVersion
impl RefUnwindSafe for OParlVersion
impl Send for OParlVersion
impl Sync for OParlVersion
impl Unpin for OParlVersion
impl UnwindSafe for OParlVersion
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