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