pub struct TrackingCodeType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl TrackingCodeType
impl TrackingCodeType
pub const TRACKING_CODE: &'static str = "tracking_code"
Trait Implementations§
Source§impl Clone for TrackingCodeType
impl Clone for TrackingCodeType
Source§fn clone(&self) -> TrackingCodeType
fn clone(&self) -> TrackingCodeType
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 TrackingCodeType
impl Debug for TrackingCodeType
Source§impl Default for TrackingCodeType
impl Default for TrackingCodeType
Source§fn default() -> TrackingCodeType
fn default() -> TrackingCodeType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TrackingCodeType
impl<'de> Deserialize<'de> for TrackingCodeType
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 TrackingCodeType
Source§impl PartialEq for TrackingCodeType
impl PartialEq for TrackingCodeType
Source§impl Serialize for TrackingCodeType
impl Serialize for TrackingCodeType
impl StructuralPartialEq for TrackingCodeType
Auto Trait Implementations§
impl Freeze for TrackingCodeType
impl RefUnwindSafe for TrackingCodeType
impl Send for TrackingCodeType
impl Sync for TrackingCodeType
impl Unpin for TrackingCodeType
impl UnsafeUnpin for TrackingCodeType
impl UnwindSafe for TrackingCodeType
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