#[repr(u8)]
pub enum CloudProtoMagic {
TS,
LFO,
Other(u8),
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for CloudProtoMagic
impl Clone for CloudProtoMagic
source§fn clone(&self) -> CloudProtoMagic
fn clone(&self) -> CloudProtoMagic
Returns a copy 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 CloudProtoMagic
impl Debug for CloudProtoMagic
source§impl Display for CloudProtoMagic
impl Display for CloudProtoMagic
source§impl From<&CloudProtoMagic> for u8
impl From<&CloudProtoMagic> for u8
source§fn from(v: &CloudProtoMagic) -> Self
fn from(v: &CloudProtoMagic) -> Self
Converts to this type from the input type.
source§impl From<CloudProtoMagic> for u8
impl From<CloudProtoMagic> for u8
source§fn from(kind: CloudProtoMagic) -> Self
fn from(kind: CloudProtoMagic) -> Self
Converts to this type from the input type.
source§impl From<u8> for CloudProtoMagic
impl From<u8> for CloudProtoMagic
source§impl LowerHex for CloudProtoMagic
impl LowerHex for CloudProtoMagic
source§impl PartialEq<CloudProtoMagic> for CloudProtoMagic
impl PartialEq<CloudProtoMagic> for CloudProtoMagic
source§fn eq(&self, other: &CloudProtoMagic) -> bool
fn eq(&self, other: &CloudProtoMagic) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialEq<CloudProtoMagic> for u8
impl PartialEq<CloudProtoMagic> for u8
source§fn eq(&self, other: &CloudProtoMagic) -> bool
fn eq(&self, other: &CloudProtoMagic) -> bool
This method tests for
self and other values to be equal, and is used
by ==.