pub struct CreativeId(pub String);Expand description
Opaque creative identifier.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for CreativeId
impl Clone for CreativeId
Source§fn clone(&self) -> CreativeId
fn clone(&self) -> CreativeId
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 CreativeId
impl Debug for CreativeId
Source§impl<'de> Deserialize<'de> for CreativeId
impl<'de> Deserialize<'de> for CreativeId
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 Display for CreativeId
impl Display for CreativeId
impl Eq for CreativeId
Source§impl Hash for CreativeId
impl Hash for CreativeId
Source§impl PartialEq for CreativeId
impl PartialEq for CreativeId
Source§fn eq(&self, other: &CreativeId) -> bool
fn eq(&self, other: &CreativeId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CreativeId
impl Serialize for CreativeId
impl StructuralPartialEq for CreativeId
Auto Trait Implementations§
impl Freeze for CreativeId
impl RefUnwindSafe for CreativeId
impl Send for CreativeId
impl Sync for CreativeId
impl Unpin for CreativeId
impl UnsafeUnpin for CreativeId
impl UnwindSafe for CreativeId
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