Struct AttributionWindow
pub struct AttributionWindow { /* private fields */ }Expand description
Attribution window represented in days.
Implementations§
§impl AttributionWindow
impl AttributionWindow
Trait Implementations§
§impl Clone for AttributionWindow
impl Clone for AttributionWindow
§fn clone(&self) -> AttributionWindow
fn clone(&self) -> AttributionWindow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for AttributionWindow
impl Debug for AttributionWindow
§impl Hash for AttributionWindow
impl Hash for AttributionWindow
§impl Ord for AttributionWindow
impl Ord for AttributionWindow
§fn cmp(&self, other: &AttributionWindow) -> Ordering
fn cmp(&self, other: &AttributionWindow) -> Ordering
1.21.0 · 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
§impl PartialEq for AttributionWindow
impl PartialEq for AttributionWindow
§impl PartialOrd for AttributionWindow
impl PartialOrd for AttributionWindow
impl Copy for AttributionWindow
impl Eq for AttributionWindow
impl StructuralPartialEq for AttributionWindow
Auto Trait Implementations§
impl Freeze for AttributionWindow
impl RefUnwindSafe for AttributionWindow
impl Send for AttributionWindow
impl Sync for AttributionWindow
impl Unpin for AttributionWindow
impl UnsafeUnpin for AttributionWindow
impl UnwindSafe for AttributionWindow
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