pub struct Ticker(_);Trait Implementations§
source§impl<'de> Deserialize<'de> for Ticker
 
impl<'de> Deserialize<'de> for Ticker
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 Ord for Ticker
 
impl Ord for Ticker
source§impl PartialEq<Ticker> for Ticker
 
impl PartialEq<Ticker> for Ticker
source§impl PartialOrd<Ticker> for Ticker
 
impl PartialOrd<Ticker> for Ticker
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moresource§impl StrictDecode for Ticker
 
impl StrictDecode for Ticker
fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>
source§impl StrictDeserialize for Ticker
 
impl StrictDeserialize for Ticker
fn from_strict_serialized<const MAX: usize>( ast_data: Confined<Vec<u8, Global>, 0, MAX> ) -> Result<Self, DeserializeError>
fn strict_deserialize_from_file<const MAX: usize>( path: impl AsRef<Path> ) -> Result<Self, DeserializeError>
source§impl StrictDumb for Ticker
 
impl StrictDumb for Ticker
fn strict_dumb() -> Self
source§impl StrictEncode for Ticker
 
impl StrictEncode for Ticker
fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>
source§impl StrictSerialize for Ticker
 
impl StrictSerialize for Ticker
fn strict_serialized_len(&self) -> Result<usize, Error>
fn to_strict_serialized<const MAX: usize>( &self ) -> Result<Confined<Vec<u8, Global>, 0, MAX>, SerializeError>
fn strict_serialize_to_file<const MAX: usize>( &self, path: impl AsRef<Path> ) -> Result<(), SerializeError>
source§impl StrictTuple for Ticker
 
impl StrictTuple for Ticker
const FIELD_COUNT: u8 = 1u8
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
source§impl StrictType for Ticker
 
impl StrictType for Ticker
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_CONTRACT
fn strict_name() -> Option<TypeName>
source§impl TryFrom<AsciiString> for Ticker
 
impl TryFrom<AsciiString> for Ticker
§type Error = InvalidIdent
 
type Error = InvalidIdent
The type returned in the event of a conversion error.
source§fn try_from(ascii: AsciiString) -> Result<Self, InvalidIdent>
 
fn try_from(ascii: AsciiString) -> Result<Self, InvalidIdent>
Performs the conversion.
source§impl Wrapper for Ticker
 
impl Wrapper for Ticker
impl Eq for Ticker
impl StrictProduct for Ticker
impl StructuralEq for Ticker
impl StructuralPartialEq for Ticker
Auto Trait Implementations§
impl RefUnwindSafe for Ticker
impl Send for Ticker
impl Sync for Ticker
impl Unpin for Ticker
impl UnwindSafe for Ticker
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<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.