#[repr(u8)]pub enum SkeskVersion {
V4 = 4,
V6 = 6,
Other(u8),
}
Variants§
Trait Implementations§
Source§impl Clone for SkeskVersion
impl Clone for SkeskVersion
Source§fn clone(&self) -> SkeskVersion
fn clone(&self) -> SkeskVersion
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 SkeskVersion
impl Debug for SkeskVersion
Source§impl From<SkeskVersion> for u8
impl From<SkeskVersion> for u8
Source§fn from(enum_value: SkeskVersion) -> Self
fn from(enum_value: SkeskVersion) -> Self
Converts to this type from the input type.
Source§impl From<u8> for SkeskVersion
impl From<u8> for SkeskVersion
Source§impl FromPrimitive for SkeskVersion
impl FromPrimitive for SkeskVersion
Source§impl PartialEq for SkeskVersion
impl PartialEq for SkeskVersion
impl Copy for SkeskVersion
impl Eq for SkeskVersion
impl StructuralPartialEq for SkeskVersion
Auto Trait Implementations§
impl Freeze for SkeskVersion
impl RefUnwindSafe for SkeskVersion
impl Send for SkeskVersion
impl Sync for SkeskVersion
impl Unpin for SkeskVersion
impl UnwindSafe for SkeskVersion
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