Struct tbot::types::LabeledPrice
source · #[non_exhaustive]pub struct LabeledPrice { /* private fields */ }
Expand description
Represents an LabeledPrice
.
Implementations§
Trait Implementations§
source§impl Clone for LabeledPrice
impl Clone for LabeledPrice
source§fn clone(&self) -> LabeledPrice
fn clone(&self) -> LabeledPrice
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 LabeledPrice
impl Debug for LabeledPrice
source§impl Hash for LabeledPrice
impl Hash for LabeledPrice
source§impl PartialEq<LabeledPrice> for LabeledPrice
impl PartialEq<LabeledPrice> for LabeledPrice
source§fn eq(&self, other: &LabeledPrice) -> bool
fn eq(&self, other: &LabeledPrice) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.