Struct primitives::sentry::units_for_slot::response::UnitsWithPrice
source · pub struct UnitsWithPrice {
pub unit: AdUnit,
pub price: UnifiedNum,
}
Fields
unit: AdUnit
price: UnifiedNum
Trait Implementations
sourceimpl Clone for UnitsWithPrice
impl Clone for UnitsWithPrice
sourcefn clone(&self) -> UnitsWithPrice
fn clone(&self) -> UnitsWithPrice
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UnitsWithPrice
impl Debug for UnitsWithPrice
sourceimpl<'de> Deserialize<'de> for UnitsWithPrice
impl<'de> Deserialize<'de> for UnitsWithPrice
sourcefn 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
sourceimpl PartialEq<UnitsWithPrice> for UnitsWithPrice
impl PartialEq<UnitsWithPrice> for UnitsWithPrice
sourcefn eq(&self, other: &UnitsWithPrice) -> bool
fn eq(&self, other: &UnitsWithPrice) -> bool
sourceimpl Serialize for UnitsWithPrice
impl Serialize for UnitsWithPrice
impl Eq for UnitsWithPrice
impl StructuralEq for UnitsWithPrice
impl StructuralPartialEq for UnitsWithPrice
Auto Trait Implementations
impl RefUnwindSafe for UnitsWithPrice
impl Send for UnitsWithPrice
impl Sync for UnitsWithPrice
impl Unpin for UnitsWithPrice
impl UnwindSafe for UnitsWithPrice
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more