pub struct BulkRemoveUserParams {
pub account_id: String,
pub user_email: String,
}Expand description
Parameters for bulk remove user operation
Fields§
§account_id: StringAccount ID
user_email: StringUser email to remove
Trait Implementations§
Source§impl Clone for BulkRemoveUserParams
impl Clone for BulkRemoveUserParams
Source§fn clone(&self) -> BulkRemoveUserParams
fn clone(&self) -> BulkRemoveUserParams
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for BulkRemoveUserParams
impl RefUnwindSafe for BulkRemoveUserParams
impl Send for BulkRemoveUserParams
impl Sync for BulkRemoveUserParams
impl Unpin for BulkRemoveUserParams
impl UnsafeUnpin for BulkRemoveUserParams
impl UnwindSafe for BulkRemoveUserParams
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