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