pub enum TickerSuppl {
Absent,
Global(GlobalStateType, Path),
Owned(AssignmentType, Path),
}
Variants§
Trait Implementations§
Source§impl Clone for TickerSuppl
impl Clone for TickerSuppl
Source§fn clone(&self) -> TickerSuppl
fn clone(&self) -> TickerSuppl
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 TickerSuppl
impl Debug for TickerSuppl
Source§impl<'de> Deserialize<'de> for TickerSuppl
impl<'de> Deserialize<'de> for TickerSuppl
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 TickerSuppl
impl Hash for TickerSuppl
Source§impl Ord for TickerSuppl
impl Ord for TickerSuppl
Source§fn cmp(&self, other: &TickerSuppl) -> Ordering
fn cmp(&self, other: &TickerSuppl) -> 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 TickerSuppl
impl PartialEq for TickerSuppl
Source§impl PartialOrd for TickerSuppl
impl PartialOrd for TickerSuppl
Source§impl Serialize for TickerSuppl
impl Serialize for TickerSuppl
Source§impl StrictDecode for TickerSuppl
impl StrictDecode for TickerSuppl
fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>
fn strict_read(lim: usize, reader: impl Read) -> Result<Self, DecodeError>
Source§impl StrictDumb for TickerSuppl
impl StrictDumb for TickerSuppl
fn strict_dumb() -> Self
Source§impl StrictEncode for TickerSuppl
impl StrictEncode for TickerSuppl
fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>
fn strict_write(&self, lim: usize, writer: impl Write) -> Result<usize, Error>
Source§impl StrictSum for TickerSuppl
impl StrictSum for TickerSuppl
const ALL_VARIANTS: &'static [(u8, &'static str)]
fn variant_name(&self) -> &'static str
fn strict_check_variants()
fn variant_name_by_tag(tag: u8) -> Option<FieldName>
fn variant_ord(&self) -> u8
Source§impl StrictType for TickerSuppl
impl StrictType for TickerSuppl
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_STD
fn strict_name() -> Option<TypeName>
Source§impl StrictUnion for TickerSuppl
impl StrictUnion for TickerSuppl
fn strict_type_info() -> TypeInfo<Self>
impl Eq for TickerSuppl
impl StructuralPartialEq for TickerSuppl
Auto Trait Implementations§
impl Freeze for TickerSuppl
impl RefUnwindSafe for TickerSuppl
impl Send for TickerSuppl
impl Sync for TickerSuppl
impl Unpin for TickerSuppl
impl UnwindSafe for TickerSuppl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.