pub struct GetBeatmapsProps<'u, 'k> { /* private fields */ }Implementations§
Source§impl<'u, 'k> GetBeatmapsProps<'u, 'k>
impl<'u, 'k> GetBeatmapsProps<'u, 'k>
Sourcepub fn builder() -> GetBeatmapsPropsBuilder<'u, 'k, ((), (), (), (), (), (), (), (), (), ())>
pub fn builder() -> GetBeatmapsPropsBuilder<'u, 'k, ((), (), (), (), (), (), (), (), (), ())>
Create a builder for building GetBeatmapsProps.
On the builder, call .api_key(...), .beatmapset_id(...)(optional), .beatmap_id(...)(optional), .user_id(...)(optional), .mode(...)(optional), .include_converted(...)(optional), .beatmap_hash(...)(optional), .limit(...)(optional), .mods(...)(optional), .since(...)(optional) to set the values of the fields.
Finally, call .build() to create the instance of GetBeatmapsProps.
Trait Implementations§
Source§impl<'u, 'k> Debug for GetBeatmapsProps<'u, 'k>
impl<'u, 'k> Debug for GetBeatmapsProps<'u, 'k>
Auto Trait Implementations§
impl<'u, 'k> Freeze for GetBeatmapsProps<'u, 'k>
impl<'u, 'k> RefUnwindSafe for GetBeatmapsProps<'u, 'k>
impl<'u, 'k> Send for GetBeatmapsProps<'u, 'k>
impl<'u, 'k> Sync for GetBeatmapsProps<'u, 'k>
impl<'u, 'k> Unpin for GetBeatmapsProps<'u, 'k>
impl<'u, 'k> UnwindSafe for GetBeatmapsProps<'u, 'k>
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