pub struct SetDbRoleSettingStatement {
pub database: Option<String>,
pub role: Option<String>,
pub param: Option<String>,
pub value: Option<String>,
}Expand description
v7.39 (round 547) — see Statement::SetDbRoleSetting. Boxed in the
enum so the variant costs one pointer.
Fields§
§database: Option<String>§role: Option<String>§param: Option<String>§value: Option<String>Trait Implementations§
Source§impl Clone for SetDbRoleSettingStatement
impl Clone for SetDbRoleSettingStatement
Source§fn clone(&self) -> SetDbRoleSettingStatement
fn clone(&self) -> SetDbRoleSettingStatement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetDbRoleSettingStatement
impl Debug for SetDbRoleSettingStatement
impl Eq for SetDbRoleSettingStatement
impl StructuralPartialEq for SetDbRoleSettingStatement
Auto Trait Implementations§
impl Freeze for SetDbRoleSettingStatement
impl RefUnwindSafe for SetDbRoleSettingStatement
impl Send for SetDbRoleSettingStatement
impl Sync for SetDbRoleSettingStatement
impl Unpin for SetDbRoleSettingStatement
impl UnsafeUnpin for SetDbRoleSettingStatement
impl UnwindSafe for SetDbRoleSettingStatement
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