pub struct ReflectPgOpclass {
pub opcmethod: String,
pub opcname: String,
pub opcnamespace: String,
pub opcowner: String,
pub opcfamily: String,
pub opcintype: String,
pub opcdefault: bool,
pub opckeytype: Option<String>,
pub description: Option<String>,
}Fields§
§opcmethod: String§opcname: String§opcnamespace: String§opcowner: String§opcfamily: String§opcintype: String§opcdefault: bool§opckeytype: Option<String>§description: Option<String>Trait Implementations§
Source§impl Clone for ReflectPgOpclass
impl Clone for ReflectPgOpclass
Source§fn clone(&self) -> ReflectPgOpclass
fn clone(&self) -> ReflectPgOpclass
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 ReflectPgOpclass
impl Debug for ReflectPgOpclass
Source§impl<'a> From<ReflectPgOpclassBorrowed<'a>> for ReflectPgOpclass
impl<'a> From<ReflectPgOpclassBorrowed<'a>> for ReflectPgOpclass
Source§fn from(_: ReflectPgOpclassBorrowed<'a>) -> Self
fn from(_: ReflectPgOpclassBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgOpclass
impl PartialEq for ReflectPgOpclass
impl StructuralPartialEq for ReflectPgOpclass
Auto Trait Implementations§
impl Freeze for ReflectPgOpclass
impl RefUnwindSafe for ReflectPgOpclass
impl Send for ReflectPgOpclass
impl Sync for ReflectPgOpclass
impl Unpin for ReflectPgOpclass
impl UnsafeUnpin for ReflectPgOpclass
impl UnwindSafe for ReflectPgOpclass
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