pub struct ReflectPgAmop {
pub amopfamily: String,
pub amoplefttype: String,
pub amoprighttype: String,
pub amopstrategy: i16,
pub amoppurpose: i8,
pub amopopr: String,
pub amopmethod: String,
pub amopsortfamily: Option<String>,
}Fields§
§amopfamily: String§amoplefttype: String§amoprighttype: String§amopstrategy: i16§amoppurpose: i8§amopopr: String§amopmethod: String§amopsortfamily: Option<String>Trait Implementations§
Source§impl Clone for ReflectPgAmop
impl Clone for ReflectPgAmop
Source§fn clone(&self) -> ReflectPgAmop
fn clone(&self) -> ReflectPgAmop
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 ReflectPgAmop
impl Debug for ReflectPgAmop
Source§impl<'a> From<ReflectPgAmopBorrowed<'a>> for ReflectPgAmop
impl<'a> From<ReflectPgAmopBorrowed<'a>> for ReflectPgAmop
Source§fn from(_: ReflectPgAmopBorrowed<'a>) -> Self
fn from(_: ReflectPgAmopBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgAmop
impl PartialEq for ReflectPgAmop
impl StructuralPartialEq for ReflectPgAmop
Auto Trait Implementations§
impl Freeze for ReflectPgAmop
impl RefUnwindSafe for ReflectPgAmop
impl Send for ReflectPgAmop
impl Sync for ReflectPgAmop
impl Unpin for ReflectPgAmop
impl UnsafeUnpin for ReflectPgAmop
impl UnwindSafe for ReflectPgAmop
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