pub struct ReflectPgInherits {
pub inhrelid: String,
pub inhparent: String,
pub inhseqno: i32,
}Fields§
§inhrelid: String§inhparent: String§inhseqno: i32Trait Implementations§
Source§impl Clone for ReflectPgInherits
impl Clone for ReflectPgInherits
Source§fn clone(&self) -> ReflectPgInherits
fn clone(&self) -> ReflectPgInherits
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 ReflectPgInherits
impl Debug for ReflectPgInherits
Source§impl<'a> From<ReflectPgInheritsBorrowed<'a>> for ReflectPgInherits
impl<'a> From<ReflectPgInheritsBorrowed<'a>> for ReflectPgInherits
Source§fn from(_: ReflectPgInheritsBorrowed<'a>) -> Self
fn from(_: ReflectPgInheritsBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgInherits
impl PartialEq for ReflectPgInherits
impl StructuralPartialEq for ReflectPgInherits
Auto Trait Implementations§
impl Freeze for ReflectPgInherits
impl RefUnwindSafe for ReflectPgInherits
impl Send for ReflectPgInherits
impl Sync for ReflectPgInherits
impl Unpin for ReflectPgInherits
impl UnsafeUnpin for ReflectPgInherits
impl UnwindSafe for ReflectPgInherits
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