pub struct ApiEndpoint;
Implementations§
Source§impl ApiEndpoint
impl ApiEndpoint
pub const GET_BEATMAPS: &'static str = "https://osu.ppy.sh/api/get_beatmaps"
pub const GET_USER: &'static str = "https://osu.ppy.sh/api/get_user"
pub const GET_SCORES: &'static str = "https://osu.ppy.sh/api/get_scores"
pub const GET_USER_BEST: &'static str = "https://osu.ppy.sh/api/get_user_best"
pub const GET_USER_RECENT: &'static str = "https://osu.ppy.sh/api/get_user_recent"
Auto Trait Implementations§
impl Freeze for ApiEndpoint
impl RefUnwindSafe for ApiEndpoint
impl Send for ApiEndpoint
impl Sync for ApiEndpoint
impl Unpin for ApiEndpoint
impl UnwindSafe for ApiEndpoint
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