pub struct GrantRoleStatementBuilder { /* private fields */ }
Expand description
Builder for GrantRoleStatement
.
Implementations§
Trait Implementations§
Source§impl Clone for GrantRoleStatementBuilder
impl Clone for GrantRoleStatementBuilder
Source§fn clone(&self) -> GrantRoleStatementBuilder
fn clone(&self) -> GrantRoleStatementBuilder
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 GrantRoleStatementBuilder
impl RefUnwindSafe for GrantRoleStatementBuilder
impl Send for GrantRoleStatementBuilder
impl Sync for GrantRoleStatementBuilder
impl Unpin for GrantRoleStatementBuilder
impl UnwindSafe for GrantRoleStatementBuilder
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