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