pub enum ExdDisplayType {
Numerical,
Simple,
Graph,
Bar,
CircleGraph,
VirtualPartner,
Balance,
StringList,
String,
SimpleDynamicIcon,
Gauge,
UnknownVariant(u8),
}Variants§
Numerical
Simple
Graph
Bar
CircleGraph
VirtualPartner
Balance
StringList
String
SimpleDynamicIcon
Gauge
UnknownVariant(u8)
Implementations§
Trait Implementations§
Source§impl Clone for ExdDisplayType
impl Clone for ExdDisplayType
Source§fn clone(&self) -> ExdDisplayType
fn clone(&self) -> ExdDisplayType
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 ExdDisplayType
impl Debug for ExdDisplayType
Source§impl Display for ExdDisplayType
impl Display for ExdDisplayType
Source§impl From<&str> for ExdDisplayType
impl From<&str> for ExdDisplayType
Source§impl From<i64> for ExdDisplayType
impl From<i64> for ExdDisplayType
Source§impl From<u8> for ExdDisplayType
impl From<u8> for ExdDisplayType
Source§impl Hash for ExdDisplayType
impl Hash for ExdDisplayType
Source§impl Ord for ExdDisplayType
impl Ord for ExdDisplayType
Source§fn cmp(&self, other: &ExdDisplayType) -> Ordering
fn cmp(&self, other: &ExdDisplayType) -> 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 ExdDisplayType
impl PartialEq for ExdDisplayType
Source§impl PartialOrd for ExdDisplayType
impl PartialOrd for ExdDisplayType
Source§impl Serialize for ExdDisplayType
impl Serialize for ExdDisplayType
impl Copy for ExdDisplayType
impl Eq for ExdDisplayType
impl StructuralPartialEq for ExdDisplayType
Auto Trait Implementations§
impl Freeze for ExdDisplayType
impl RefUnwindSafe for ExdDisplayType
impl Send for ExdDisplayType
impl Sync for ExdDisplayType
impl Unpin for ExdDisplayType
impl UnwindSafe for ExdDisplayType
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