pub struct PrimaryBounds { /* private fields */ }Expand description
The inclusive primary timestamp/date bounds declared by one block.
Implementations§
Trait Implementations§
Source§impl Clone for PrimaryBounds
impl Clone for PrimaryBounds
Source§fn clone(&self) -> PrimaryBounds
fn clone(&self) -> PrimaryBounds
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 PrimaryBounds
Source§impl Debug for PrimaryBounds
impl Debug for PrimaryBounds
impl Eq for PrimaryBounds
Source§impl PartialEq for PrimaryBounds
impl PartialEq for PrimaryBounds
impl StructuralPartialEq for PrimaryBounds
Auto Trait Implementations§
impl Freeze for PrimaryBounds
impl RefUnwindSafe for PrimaryBounds
impl Send for PrimaryBounds
impl Sync for PrimaryBounds
impl Unpin for PrimaryBounds
impl UnsafeUnpin for PrimaryBounds
impl UnwindSafe for PrimaryBounds
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