#[repr(C)]pub struct Interval {
pub micros: i64,
pub days: i32,
pub months: i32,
}Fields§
§micros: i64§days: i32§months: i32Trait Implementations§
Source§impl From<Interval> for ParameterValue
impl From<Interval> for ParameterValue
Source§fn from(v: Interval) -> ParameterValue
fn from(v: Interval) -> ParameterValue
Converts to this type from the input type.
impl Copy for Interval
Auto Trait Implementations§
impl Freeze for Interval
impl RefUnwindSafe for Interval
impl Send for Interval
impl Sync for Interval
impl Unpin for Interval
impl UnwindSafe for Interval
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