pub struct ReflectPgTsConfigMap {
pub mapcfg: String,
pub maptokentype: i32,
pub mapseqno: i32,
pub mapdict: String,
}Fields§
§mapcfg: String§maptokentype: i32§mapseqno: i32§mapdict: StringTrait Implementations§
Source§impl Clone for ReflectPgTsConfigMap
impl Clone for ReflectPgTsConfigMap
Source§fn clone(&self) -> ReflectPgTsConfigMap
fn clone(&self) -> ReflectPgTsConfigMap
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 ReflectPgTsConfigMap
impl Debug for ReflectPgTsConfigMap
Source§impl<'a> From<ReflectPgTsConfigMapBorrowed<'a>> for ReflectPgTsConfigMap
impl<'a> From<ReflectPgTsConfigMapBorrowed<'a>> for ReflectPgTsConfigMap
Source§fn from(_: ReflectPgTsConfigMapBorrowed<'a>) -> Self
fn from(_: ReflectPgTsConfigMapBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgTsConfigMap
impl PartialEq for ReflectPgTsConfigMap
impl StructuralPartialEq for ReflectPgTsConfigMap
Auto Trait Implementations§
impl Freeze for ReflectPgTsConfigMap
impl RefUnwindSafe for ReflectPgTsConfigMap
impl Send for ReflectPgTsConfigMap
impl Sync for ReflectPgTsConfigMap
impl Unpin for ReflectPgTsConfigMap
impl UnsafeUnpin for ReflectPgTsConfigMap
impl UnwindSafe for ReflectPgTsConfigMap
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