pub struct AdvertisementSet<'d> {
pub params: AdvertisementParameters,
pub data: Advertisement<'d>,
}
Expand description
Configuriation for a single advertisement set.
Fields§
§params: AdvertisementParameters
Parameters for the advertisement.
data: Advertisement<'d>
Advertisement data.
Implementations§
Source§impl<'d> AdvertisementSet<'d>
impl<'d> AdvertisementSet<'d>
Trait Implementations§
Source§impl<'d> Clone for AdvertisementSet<'d>
impl<'d> Clone for AdvertisementSet<'d>
Source§fn clone(&self) -> AdvertisementSet<'d>
fn clone(&self) -> AdvertisementSet<'d>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<'d> Freeze for AdvertisementSet<'d>
impl<'d> RefUnwindSafe for AdvertisementSet<'d>
impl<'d> Send for AdvertisementSet<'d>
impl<'d> Sync for AdvertisementSet<'d>
impl<'d> Unpin for AdvertisementSet<'d>
impl<'d> UnwindSafe for AdvertisementSet<'d>
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