Struct adview_manager::manager::NextAdUnit
source · pub struct NextAdUnit {
pub unit: AdUnit,
pub price: UnifiedNum,
pub accepted_referrers: Vec<Url>,
pub html: String,
}
Expand description
The next [AdUnit
] to be shown
Fields
unit: AdUnit
price: UnifiedNum
accepted_referrers: Vec<Url>
html: String
Trait Implementations
sourceimpl Clone for NextAdUnit
impl Clone for NextAdUnit
sourcefn clone(&self) -> NextAdUnit
fn clone(&self) -> NextAdUnit
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 moreAuto Trait Implementations
impl RefUnwindSafe for NextAdUnit
impl Send for NextAdUnit
impl Sync for NextAdUnit
impl Unpin for NextAdUnit
impl UnwindSafe for NextAdUnit
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