#[non_exhaustive]#[repr(C)]pub struct TimeAffinity<'shape> { /* private fields */ }Expand description
Definition for Datetime/Timestamp scalar affinities
Implementations§
Source§impl<'shape> TimeAffinity<'shape>
impl<'shape> TimeAffinity<'shape>
Sourcepub const fn builder() -> TimeAffinityBuilder<'shape>
pub const fn builder() -> TimeAffinityBuilder<'shape>
Returns a builder for TimeAffinity
Trait Implementations§
Source§impl<'shape> Clone for TimeAffinity<'shape>
impl<'shape> Clone for TimeAffinity<'shape>
Source§fn clone(&self) -> TimeAffinity<'shape>
fn clone(&self) -> TimeAffinity<'shape>
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 moreSource§impl<'shape> Debug for TimeAffinity<'shape>
impl<'shape> Debug for TimeAffinity<'shape>
Source§impl<'shape> Hash for TimeAffinity<'shape>
impl<'shape> Hash for TimeAffinity<'shape>
Source§impl<'shape> PartialEq for TimeAffinity<'shape>
impl<'shape> PartialEq for TimeAffinity<'shape>
impl<'shape> Copy for TimeAffinity<'shape>
impl<'shape> Eq for TimeAffinity<'shape>
impl<'shape> StructuralPartialEq for TimeAffinity<'shape>
Auto Trait Implementations§
impl<'shape> Freeze for TimeAffinity<'shape>
impl<'shape> RefUnwindSafe for TimeAffinity<'shape>
impl<'shape> Send for TimeAffinity<'shape>
impl<'shape> Sync for TimeAffinity<'shape>
impl<'shape> Unpin for TimeAffinity<'shape>
impl<'shape> UnwindSafe for TimeAffinity<'shape>
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