pub struct GetRaidLeaderboardParams {
pub code: String,
pub page: Option<u32>,
pub size: Option<u32>,
}Expand description
struct for passing parameters to the method get_raid_leaderboard
Fields§
§code: StringThe code of the raid.
page: Option<u32>Page number
size: Option<u32>Page size
Implementations§
Trait Implementations§
Source§impl Clone for GetRaidLeaderboardParams
impl Clone for GetRaidLeaderboardParams
Source§fn clone(&self) -> GetRaidLeaderboardParams
fn clone(&self) -> GetRaidLeaderboardParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetRaidLeaderboardParams
impl RefUnwindSafe for GetRaidLeaderboardParams
impl Send for GetRaidLeaderboardParams
impl Sync for GetRaidLeaderboardParams
impl Unpin for GetRaidLeaderboardParams
impl UnsafeUnpin for GetRaidLeaderboardParams
impl UnwindSafe for GetRaidLeaderboardParams
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