Struct primitives::targeting::input::campaign::FullCampaign
source · pub struct FullCampaign {
pub campaign: Campaign,
/* private fields */
}
Fields
campaign: Campaign
Trait Implementations
sourceimpl Clone for FullCampaign
impl Clone for FullCampaign
sourcefn clone(&self) -> FullCampaign
fn clone(&self) -> FullCampaign
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 FullCampaign
impl Debug for FullCampaign
sourceimpl PartialEq<FullCampaign> for FullCampaign
impl PartialEq<FullCampaign> for FullCampaign
sourcefn eq(&self, other: &FullCampaign) -> bool
fn eq(&self, other: &FullCampaign) -> bool
impl StructuralPartialEq for FullCampaign
Auto Trait Implementations
impl RefUnwindSafe for FullCampaign
impl Send for FullCampaign
impl Sync for FullCampaign
impl Unpin for FullCampaign
impl UnwindSafe for FullCampaign
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