pub struct DeleteModeratorParams {
pub tenant_id: String,
pub id: String,
pub send_email: Option<String>,
}Expand description
struct for passing parameters to the method delete_moderator
Fields§
§tenant_id: String§id: String§send_email: Option<String>Trait Implementations§
Source§impl Clone for DeleteModeratorParams
impl Clone for DeleteModeratorParams
Source§fn clone(&self) -> DeleteModeratorParams
fn clone(&self) -> DeleteModeratorParams
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 DeleteModeratorParams
impl RefUnwindSafe for DeleteModeratorParams
impl Send for DeleteModeratorParams
impl Sync for DeleteModeratorParams
impl Unpin for DeleteModeratorParams
impl UnwindSafe for DeleteModeratorParams
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