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