Struct pgx_pg_sys::Interval
source · [−]#[repr(C)]pub struct Interval {
pub time: TimeOffset,
pub day: int32,
pub month: int32,
}Fields
time: TimeOffsetday: int32month: int32Trait Implementations
impl Copy for Interval
Auto Trait Implementations
impl RefUnwindSafe for Interval
impl Send for Interval
impl Sync for Interval
impl Unpin for Interval
impl UnwindSafe for Interval
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more