pub struct ContactEventWindowV1 { /* private fields */ }Expand description
Inclusive normalized time window.
Implementations§
Trait Implementations§
Source§impl Clone for ContactEventWindowV1
impl Clone for ContactEventWindowV1
Source§fn clone(&self) -> ContactEventWindowV1
fn clone(&self) -> ContactEventWindowV1
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 moreimpl Copy for ContactEventWindowV1
Source§impl Debug for ContactEventWindowV1
impl Debug for ContactEventWindowV1
Source§impl PartialEq for ContactEventWindowV1
impl PartialEq for ContactEventWindowV1
Source§impl Serialize for ContactEventWindowV1
impl Serialize for ContactEventWindowV1
impl StructuralPartialEq for ContactEventWindowV1
Auto Trait Implementations§
impl Freeze for ContactEventWindowV1
impl RefUnwindSafe for ContactEventWindowV1
impl Send for ContactEventWindowV1
impl Sync for ContactEventWindowV1
impl Unpin for ContactEventWindowV1
impl UnsafeUnpin for ContactEventWindowV1
impl UnwindSafe for ContactEventWindowV1
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