pub struct AlterRoleStatementBuilder { /* private fields */ }
Expand description
Builder for AlterRoleStatement
.
Implementations§
Trait Implementations§
Source§impl Clone for AlterRoleStatementBuilder
impl Clone for AlterRoleStatementBuilder
Source§fn clone(&self) -> AlterRoleStatementBuilder
fn clone(&self) -> AlterRoleStatementBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for AlterRoleStatementBuilder
impl Default for AlterRoleStatementBuilder
Source§impl RoleOptBuilderExt for AlterRoleStatementBuilder
impl RoleOptBuilderExt for AlterRoleStatementBuilder
fn role_opts(&mut self) -> &mut Option<BTreeSet<RoleOpt>>
fn password(&mut self, p: impl Into<LitStr>) -> &mut Self
fn login(&mut self, b: bool) -> &mut Self
fn superuser(&mut self, b: bool) -> &mut Self
fn role_options(&mut self, m: impl Into<MapLiteral>) -> &mut Self
fn access_to_datacenters(&mut self, s: impl Into<SetLiteral>) -> &mut Self
fn access_to_all_datacenters(&mut self) -> &mut Self
Auto Trait Implementations§
impl Freeze for AlterRoleStatementBuilder
impl RefUnwindSafe for AlterRoleStatementBuilder
impl Send for AlterRoleStatementBuilder
impl Sync for AlterRoleStatementBuilder
impl Unpin for AlterRoleStatementBuilder
impl UnwindSafe for AlterRoleStatementBuilder
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