pub struct ReflectPgAmproc {
pub amprocfamily: String,
pub amproclefttype: String,
pub amprocrighttype: String,
pub amprocnum: i16,
pub amproc: String,
}Fields§
§amprocfamily: String§amproclefttype: String§amprocrighttype: String§amprocnum: i16§amproc: StringTrait Implementations§
Source§impl Clone for ReflectPgAmproc
impl Clone for ReflectPgAmproc
Source§fn clone(&self) -> ReflectPgAmproc
fn clone(&self) -> ReflectPgAmproc
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 ReflectPgAmproc
impl Debug for ReflectPgAmproc
Source§impl<'a> From<ReflectPgAmprocBorrowed<'a>> for ReflectPgAmproc
impl<'a> From<ReflectPgAmprocBorrowed<'a>> for ReflectPgAmproc
Source§fn from(_: ReflectPgAmprocBorrowed<'a>) -> Self
fn from(_: ReflectPgAmprocBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgAmproc
impl PartialEq for ReflectPgAmproc
impl StructuralPartialEq for ReflectPgAmproc
Auto Trait Implementations§
impl Freeze for ReflectPgAmproc
impl RefUnwindSafe for ReflectPgAmproc
impl Send for ReflectPgAmproc
impl Sync for ReflectPgAmproc
impl Unpin for ReflectPgAmproc
impl UnsafeUnpin for ReflectPgAmproc
impl UnwindSafe for ReflectPgAmproc
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