pub struct CampaignLabel(/* private fields */);Implementations§
Source§impl CampaignLabel
impl CampaignLabel
Trait Implementations§
Source§impl AsRef<str> for CampaignLabel
impl AsRef<str> for CampaignLabel
Source§impl Clone for CampaignLabel
impl Clone for CampaignLabel
Source§fn clone(&self) -> CampaignLabel
fn clone(&self) -> CampaignLabel
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 CampaignLabel
impl Debug for CampaignLabel
Source§impl Display for CampaignLabel
impl Display for CampaignLabel
Source§impl FromStr for CampaignLabel
impl FromStr for CampaignLabel
Source§impl Hash for CampaignLabel
impl Hash for CampaignLabel
Source§impl Ord for CampaignLabel
impl Ord for CampaignLabel
Source§fn cmp(&self, other: &CampaignLabel) -> Ordering
fn cmp(&self, other: &CampaignLabel) -> 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 CampaignLabel
impl PartialEq for CampaignLabel
Source§fn eq(&self, other: &CampaignLabel) -> bool
fn eq(&self, other: &CampaignLabel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CampaignLabel
impl PartialOrd for CampaignLabel
impl Eq for CampaignLabel
impl StructuralPartialEq for CampaignLabel
Auto Trait Implementations§
impl Freeze for CampaignLabel
impl RefUnwindSafe for CampaignLabel
impl Send for CampaignLabel
impl Sync for CampaignLabel
impl Unpin for CampaignLabel
impl UnsafeUnpin for CampaignLabel
impl UnwindSafe for CampaignLabel
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