#[repr(u32)]pub enum Version10X {
V103 = 103,
V104 = 104,
V105 = 105,
}Variants§
Implementations§
Source§impl Version10X
impl Version10X
Trait Implementations§
Source§impl Clone for Version10X
impl Clone for Version10X
Source§fn clone(&self) -> Version10X
fn clone(&self) -> Version10X
Returns a duplicate 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 Debug for Version10X
impl Debug for Version10X
Source§impl Display for Version10X
impl Display for Version10X
Source§impl From<Version10X> for u32
impl From<Version10X> for u32
Source§fn from(enum_value: Version10X) -> Self
fn from(enum_value: Version10X) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Version10X
impl PartialEq for Version10X
Source§impl TryFrom<u32> for Version10X
impl TryFrom<u32> for Version10X
Source§type Error = TryFromPrimitiveError<Version10X>
type Error = TryFromPrimitiveError<Version10X>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for Version10X
impl TryFromPrimitive for Version10X
impl Copy for Version10X
impl Eq for Version10X
impl StructuralPartialEq for Version10X
Auto Trait Implementations§
impl Freeze for Version10X
impl RefUnwindSafe for Version10X
impl Send for Version10X
impl Sync for Version10X
impl Unpin for Version10X
impl UnwindSafe for Version10X
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