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