pub struct UtmCampaign(/* private fields */);Implementations§
Source§impl UtmCampaign
impl UtmCampaign
Trait Implementations§
Source§impl AsRef<str> for UtmCampaign
impl AsRef<str> for UtmCampaign
Source§impl Clone for UtmCampaign
impl Clone for UtmCampaign
Source§fn clone(&self) -> UtmCampaign
fn clone(&self) -> UtmCampaign
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UtmCampaign
impl Debug for UtmCampaign
Source§impl Display for UtmCampaign
impl Display for UtmCampaign
Source§impl FromStr for UtmCampaign
impl FromStr for UtmCampaign
Source§impl Hash for UtmCampaign
impl Hash for UtmCampaign
Source§impl Ord for UtmCampaign
impl Ord for UtmCampaign
Source§fn cmp(&self, other: &UtmCampaign) -> Ordering
fn cmp(&self, other: &UtmCampaign) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UtmCampaign
impl PartialEq for UtmCampaign
Source§fn eq(&self, other: &UtmCampaign) -> bool
fn eq(&self, other: &UtmCampaign) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UtmCampaign
impl PartialOrd for UtmCampaign
impl Eq for UtmCampaign
impl StructuralPartialEq for UtmCampaign
Auto Trait Implementations§
impl Freeze for UtmCampaign
impl RefUnwindSafe for UtmCampaign
impl Send for UtmCampaign
impl Sync for UtmCampaign
impl Unpin for UtmCampaign
impl UnsafeUnpin for UtmCampaign
impl UnwindSafe for UtmCampaign
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