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