pub struct EmailTraffic { /* private fields */ }Expand description
Email traffic label.
Implementations§
Source§impl EmailTraffic
impl EmailTraffic
Trait Implementations§
Source§impl Clone for EmailTraffic
impl Clone for EmailTraffic
Source§fn clone(&self) -> EmailTraffic
fn clone(&self) -> EmailTraffic
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 EmailTraffic
impl Debug for EmailTraffic
Source§impl PartialEq for EmailTraffic
impl PartialEq for EmailTraffic
Source§fn eq(&self, other: &EmailTraffic) -> bool
fn eq(&self, other: &EmailTraffic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EmailTraffic
impl StructuralPartialEq for EmailTraffic
Auto Trait Implementations§
impl Freeze for EmailTraffic
impl RefUnwindSafe for EmailTraffic
impl Send for EmailTraffic
impl Sync for EmailTraffic
impl Unpin for EmailTraffic
impl UnsafeUnpin for EmailTraffic
impl UnwindSafe for EmailTraffic
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