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