pub struct AdSetId(pub String);Expand description
Opaque ad set identifier.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AdSetId
impl<'de> Deserialize<'de> for AdSetId
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
impl Eq for AdSetId
impl StructuralPartialEq for AdSetId
Auto Trait Implementations§
impl Freeze for AdSetId
impl RefUnwindSafe for AdSetId
impl Send for AdSetId
impl Sync for AdSetId
impl Unpin for AdSetId
impl UnsafeUnpin for AdSetId
impl UnwindSafe for AdSetId
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