pub struct ReflectPgUserMappings {
pub srvname: String,
pub umuser: Option<String>,
pub usename: String,
pub umoptions: Option<Vec<String>>,
}Fields§
§srvname: String§umuser: Option<String>§usename: String§umoptions: Option<Vec<String>>Trait Implementations§
Source§impl Clone for ReflectPgUserMappings
impl Clone for ReflectPgUserMappings
Source§fn clone(&self) -> ReflectPgUserMappings
fn clone(&self) -> ReflectPgUserMappings
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 ReflectPgUserMappings
impl Debug for ReflectPgUserMappings
Source§impl<'a> From<ReflectPgUserMappingsBorrowed<'a>> for ReflectPgUserMappings
impl<'a> From<ReflectPgUserMappingsBorrowed<'a>> for ReflectPgUserMappings
Source§fn from(_: ReflectPgUserMappingsBorrowed<'a>) -> Self
fn from(_: ReflectPgUserMappingsBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgUserMappings
impl PartialEq for ReflectPgUserMappings
impl StructuralPartialEq for ReflectPgUserMappings
Auto Trait Implementations§
impl Freeze for ReflectPgUserMappings
impl RefUnwindSafe for ReflectPgUserMappings
impl Send for ReflectPgUserMappings
impl Sync for ReflectPgUserMappings
impl Unpin for ReflectPgUserMappings
impl UnsafeUnpin for ReflectPgUserMappings
impl UnwindSafe for ReflectPgUserMappings
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