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