pub struct RetentionWindow {
pub session: Symbol,
pub receipt_seq: u64,
pub retain_ms: u64,
}Expand description
Retention window assigned by one visible consent receipt.
Fields§
§session: SymbolSession that owns the consent receipt.
receipt_seq: u64Receipt sequence number.
retain_ms: u64Retention window in modeled milliseconds.
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
impl Eq for RetentionWindow
Source§impl PartialEq for RetentionWindow
impl PartialEq 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