pub struct ItemNameId(pub u64);Expand description
Market item-orders histogram name ID.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for ItemNameId
impl Clone for ItemNameId
Source§fn clone(&self) -> ItemNameId
fn clone(&self) -> ItemNameId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ItemNameId
impl Debug for ItemNameId
Source§impl Default for ItemNameId
impl Default for ItemNameId
Source§fn default() -> ItemNameId
fn default() -> ItemNameId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ItemNameId
impl<'de> Deserialize<'de> for ItemNameId
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ItemNameId
impl Display for ItemNameId
Source§impl From<ItemNameId> for u64
impl From<ItemNameId> for u64
Source§fn from(value: ItemNameId) -> Self
fn from(value: ItemNameId) -> Self
Converts to this type from the input type.
Source§impl From<u64> for ItemNameId
impl From<u64> for ItemNameId
Source§impl FromStr for ItemNameId
impl FromStr for ItemNameId
Source§impl Hash for ItemNameId
impl Hash for ItemNameId
Source§impl Ord for ItemNameId
impl Ord for ItemNameId
Source§fn cmp(&self, other: &ItemNameId) -> Ordering
fn cmp(&self, other: &ItemNameId) -> Ordering
1.21.0 (const: unstable) · 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 ItemNameId
impl PartialEq for ItemNameId
Source§fn eq(&self, other: &ItemNameId) -> bool
fn eq(&self, other: &ItemNameId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ItemNameId
impl PartialOrd for ItemNameId
Source§impl Serialize for ItemNameId
impl Serialize for ItemNameId
impl Copy for ItemNameId
impl Eq for ItemNameId
impl StructuralPartialEq for ItemNameId
Auto Trait Implementations§
impl Freeze for ItemNameId
impl RefUnwindSafe for ItemNameId
impl Send for ItemNameId
impl Sync for ItemNameId
impl Unpin for ItemNameId
impl UnsafeUnpin for ItemNameId
impl UnwindSafe for ItemNameId
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> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
Source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().