pub struct ReflectPgAm {
pub amname: String,
pub amhandler: String,
pub amtype: i8,
pub description: Option<String>,
}Fields§
§amname: String§amhandler: String§amtype: i8§description: Option<String>Trait Implementations§
Source§impl Clone for ReflectPgAm
impl Clone for ReflectPgAm
Source§fn clone(&self) -> ReflectPgAm
fn clone(&self) -> ReflectPgAm
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 ReflectPgAm
impl Debug for ReflectPgAm
Source§impl<'a> From<ReflectPgAmBorrowed<'a>> for ReflectPgAm
impl<'a> From<ReflectPgAmBorrowed<'a>> for ReflectPgAm
Source§fn from(_: ReflectPgAmBorrowed<'a>) -> Self
fn from(_: ReflectPgAmBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgAm
impl PartialEq for ReflectPgAm
impl StructuralPartialEq for ReflectPgAm
Auto Trait Implementations§
impl Freeze for ReflectPgAm
impl RefUnwindSafe for ReflectPgAm
impl Send for ReflectPgAm
impl Sync for ReflectPgAm
impl Unpin for ReflectPgAm
impl UnsafeUnpin for ReflectPgAm
impl UnwindSafe for ReflectPgAm
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