pub struct ReflectPgPublicationNamespace {
pub pnpubid: String,
pub pnnspid: String,
}Fields§
§pnpubid: String§pnnspid: StringTrait Implementations§
Source§impl Clone for ReflectPgPublicationNamespace
impl Clone for ReflectPgPublicationNamespace
Source§fn clone(&self) -> ReflectPgPublicationNamespace
fn clone(&self) -> ReflectPgPublicationNamespace
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<'a> From<ReflectPgPublicationNamespaceBorrowed<'a>> for ReflectPgPublicationNamespace
impl<'a> From<ReflectPgPublicationNamespaceBorrowed<'a>> for ReflectPgPublicationNamespace
Source§fn from(_: ReflectPgPublicationNamespaceBorrowed<'a>) -> Self
fn from(_: ReflectPgPublicationNamespaceBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgPublicationNamespace
impl PartialEq for ReflectPgPublicationNamespace
Source§fn eq(&self, other: &ReflectPgPublicationNamespace) -> bool
fn eq(&self, other: &ReflectPgPublicationNamespace) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReflectPgPublicationNamespace
Auto Trait Implementations§
impl Freeze for ReflectPgPublicationNamespace
impl RefUnwindSafe for ReflectPgPublicationNamespace
impl Send for ReflectPgPublicationNamespace
impl Sync for ReflectPgPublicationNamespace
impl Unpin for ReflectPgPublicationNamespace
impl UnsafeUnpin for ReflectPgPublicationNamespace
impl UnwindSafe for ReflectPgPublicationNamespace
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