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