pub struct ReflectPgRange {
pub rngtypid: String,
pub rngsubtype: String,
pub rngmultitypid: String,
pub rngcollation: Option<String>,
pub rngsubopc: String,
pub rngcanonical: Option<String>,
pub rngsubdiff: Option<String>,
}Fields§
§rngtypid: String§rngsubtype: String§rngmultitypid: String§rngcollation: Option<String>§rngsubopc: String§rngcanonical: Option<String>§rngsubdiff: Option<String>Trait Implementations§
Source§impl Clone for ReflectPgRange
impl Clone for ReflectPgRange
Source§fn clone(&self) -> ReflectPgRange
fn clone(&self) -> ReflectPgRange
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 Debug for ReflectPgRange
impl Debug for ReflectPgRange
Source§impl<'a> From<ReflectPgRangeBorrowed<'a>> for ReflectPgRange
impl<'a> From<ReflectPgRangeBorrowed<'a>> for ReflectPgRange
Source§fn from(_: ReflectPgRangeBorrowed<'a>) -> Self
fn from(_: ReflectPgRangeBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgRange
impl PartialEq for ReflectPgRange
impl StructuralPartialEq for ReflectPgRange
Auto Trait Implementations§
impl Freeze for ReflectPgRange
impl RefUnwindSafe for ReflectPgRange
impl Send for ReflectPgRange
impl Sync for ReflectPgRange
impl Unpin for ReflectPgRange
impl UnsafeUnpin for ReflectPgRange
impl UnwindSafe for ReflectPgRange
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