pub enum SecurityBulkDeleteRoleParts {
None,
}
Expand description
API parts for the Security Bulk Delete Role API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for SecurityBulkDeleteRoleParts
impl Clone for SecurityBulkDeleteRoleParts
Source§fn clone(&self) -> SecurityBulkDeleteRoleParts
fn clone(&self) -> SecurityBulkDeleteRoleParts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SecurityBulkDeleteRoleParts
impl Debug for SecurityBulkDeleteRoleParts
impl Eq for SecurityBulkDeleteRoleParts
impl StructuralPartialEq for SecurityBulkDeleteRoleParts
Auto Trait Implementations§
impl Freeze for SecurityBulkDeleteRoleParts
impl RefUnwindSafe for SecurityBulkDeleteRoleParts
impl Send for SecurityBulkDeleteRoleParts
impl Sync for SecurityBulkDeleteRoleParts
impl Unpin for SecurityBulkDeleteRoleParts
impl UnwindSafe for SecurityBulkDeleteRoleParts
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