Struct scylladb_parse::AlterRoleStatementBuilder
source · [−]pub struct AlterRoleStatementBuilder { /* private fields */ }Expand description
Builder for AlterRoleStatement.
Implementations
Trait Implementations
sourceimpl Clone for AlterRoleStatementBuilder
impl Clone for AlterRoleStatementBuilder
sourcefn clone(&self) -> AlterRoleStatementBuilder
fn clone(&self) -> AlterRoleStatementBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for AlterRoleStatementBuilder
impl Default for AlterRoleStatementBuilder
sourceimpl 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 RefUnwindSafe for AlterRoleStatementBuilder
impl Send for AlterRoleStatementBuilder
impl Sync for AlterRoleStatementBuilder
impl Unpin for AlterRoleStatementBuilder
impl UnwindSafe for AlterRoleStatementBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more