Struct sea_schema::postgres::def::IntervalAttr
source · Available on crate features
postgres
and def
only.Fields
field: Option<String>
precision: Option<u16>
Trait Implementations
sourceimpl Clone for IntervalAttr
impl Clone for IntervalAttr
sourcefn clone(&self) -> IntervalAttr
fn clone(&self) -> IntervalAttr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IntervalAttr
impl Debug for IntervalAttr
sourceimpl Default for IntervalAttr
impl Default for IntervalAttr
sourcefn default() -> IntervalAttr
fn default() -> IntervalAttr
Returns the “default value” for a type. Read more
sourceimpl PartialEq<IntervalAttr> for IntervalAttr
impl PartialEq<IntervalAttr> for IntervalAttr
sourcefn eq(&self, other: &IntervalAttr) -> bool
fn eq(&self, other: &IntervalAttr) -> bool
impl StructuralPartialEq for IntervalAttr
Auto Trait Implementations
impl RefUnwindSafe for IntervalAttr
impl Send for IntervalAttr
impl Sync for IntervalAttr
impl Unpin for IntervalAttr
impl UnwindSafe for IntervalAttr
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