pub struct CreateModeratorParams {
pub tenant_id: String,
pub create_moderator_body: CreateModeratorBody,
}Expand description
struct for passing parameters to the method create_moderator
Fields§
§tenant_id: String§create_moderator_body: CreateModeratorBodyTrait Implementations§
Source§impl Clone for CreateModeratorParams
impl Clone for CreateModeratorParams
Source§fn clone(&self) -> CreateModeratorParams
fn clone(&self) -> CreateModeratorParams
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 CreateModeratorParams
impl RefUnwindSafe for CreateModeratorParams
impl Send for CreateModeratorParams
impl Sync for CreateModeratorParams
impl Unpin for CreateModeratorParams
impl UnwindSafe for CreateModeratorParams
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