pub struct ReflectPgPublicationRel {
pub prpubid: String,
pub prrelid: String,
pub prqual: Option<String>,
pub prattrs: Option<Vec<i16>>,
}Fields§
§prpubid: String§prrelid: String§prqual: Option<String>§prattrs: Option<Vec<i16>>Trait Implementations§
Source§impl Clone for ReflectPgPublicationRel
impl Clone for ReflectPgPublicationRel
Source§fn clone(&self) -> ReflectPgPublicationRel
fn clone(&self) -> ReflectPgPublicationRel
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 ReflectPgPublicationRel
impl Debug for ReflectPgPublicationRel
Source§impl<'a> From<ReflectPgPublicationRelBorrowed<'a>> for ReflectPgPublicationRel
impl<'a> From<ReflectPgPublicationRelBorrowed<'a>> for ReflectPgPublicationRel
Source§fn from(_: ReflectPgPublicationRelBorrowed<'a>) -> Self
fn from(_: ReflectPgPublicationRelBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgPublicationRel
impl PartialEq for ReflectPgPublicationRel
impl StructuralPartialEq for ReflectPgPublicationRel
Auto Trait Implementations§
impl Freeze for ReflectPgPublicationRel
impl RefUnwindSafe for ReflectPgPublicationRel
impl Send for ReflectPgPublicationRel
impl Sync for ReflectPgPublicationRel
impl Unpin for ReflectPgPublicationRel
impl UnsafeUnpin for ReflectPgPublicationRel
impl UnwindSafe for ReflectPgPublicationRel
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