pub struct InterestGroupAuctionId(/* private fields */);Expand description
Protected audience interest group auction identifier. InterestGroupAuctionId
Implementations§
Source§impl InterestGroupAuctionId
impl InterestGroupAuctionId
pub const IDENTIFIER: &'static str = "Storage.InterestGroupAuctionId"
Trait Implementations§
Source§impl AsRef<str> for InterestGroupAuctionId
impl AsRef<str> for InterestGroupAuctionId
Source§impl Borrow<str> for InterestGroupAuctionId
impl Borrow<str> for InterestGroupAuctionId
Source§impl Clone for InterestGroupAuctionId
impl Clone for InterestGroupAuctionId
Source§fn clone(&self) -> InterestGroupAuctionId
fn clone(&self) -> InterestGroupAuctionId
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 moreSource§impl Debug for InterestGroupAuctionId
impl Debug for InterestGroupAuctionId
Source§impl Default for InterestGroupAuctionId
impl Default for InterestGroupAuctionId
Source§fn default() -> InterestGroupAuctionId
fn default() -> InterestGroupAuctionId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InterestGroupAuctionId
impl<'de> Deserialize<'de> for InterestGroupAuctionId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<InterestGroupAuctionId> for String
impl From<InterestGroupAuctionId> for String
Source§fn from(el: InterestGroupAuctionId) -> String
fn from(el: InterestGroupAuctionId) -> String
Converts to this type from the input type.
Source§impl From<String> for InterestGroupAuctionId
impl From<String> for InterestGroupAuctionId
Source§impl Hash for InterestGroupAuctionId
impl Hash for InterestGroupAuctionId
Source§impl PartialEq for InterestGroupAuctionId
impl PartialEq for InterestGroupAuctionId
Source§impl Serialize for InterestGroupAuctionId
impl Serialize for InterestGroupAuctionId
impl Eq for InterestGroupAuctionId
impl StructuralPartialEq for InterestGroupAuctionId
Auto Trait Implementations§
impl Freeze for InterestGroupAuctionId
impl RefUnwindSafe for InterestGroupAuctionId
impl Send for InterestGroupAuctionId
impl Sync for InterestGroupAuctionId
impl Unpin for InterestGroupAuctionId
impl UnwindSafe for InterestGroupAuctionId
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