pub struct DropRoleStatementBuilder { /* private fields */ }
Expand description
Builder for DropRoleStatement
.
Implementations§
Source§impl DropRoleStatementBuilder
impl DropRoleStatementBuilder
pub fn set_if_exists(&mut self, value: bool) -> &mut Self
pub fn name<VALUE: Into<Name>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<DropRoleStatement, DropRoleStatementBuilderError>
pub fn build(&self) -> Result<DropRoleStatement, DropRoleStatementBuilderError>
Trait Implementations§
Source§impl Clone for DropRoleStatementBuilder
impl Clone for DropRoleStatementBuilder
Source§fn clone(&self) -> DropRoleStatementBuilder
fn clone(&self) -> DropRoleStatementBuilder
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 moreAuto Trait Implementations§
impl Freeze for DropRoleStatementBuilder
impl RefUnwindSafe for DropRoleStatementBuilder
impl Send for DropRoleStatementBuilder
impl Sync for DropRoleStatementBuilder
impl Unpin for DropRoleStatementBuilder
impl UnwindSafe for DropRoleStatementBuilder
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