pub struct ClubsEndpoint { /* private fields */ }Implementations§
Source§impl ClubsEndpoint
impl ClubsEndpoint
pub fn new(url: impl Into<String>, token: impl Into<String>) -> Self
pub fn activities(&self) -> ListClubActivities
pub fn admins(&self) -> ListClubAdmins
pub fn get(&self) -> GetClub
pub fn members(&self) -> GetClubMembers
Auto Trait Implementations§
impl Freeze for ClubsEndpoint
impl RefUnwindSafe for ClubsEndpoint
impl Send for ClubsEndpoint
impl Sync for ClubsEndpoint
impl Unpin for ClubsEndpoint
impl UnsafeUnpin for ClubsEndpoint
impl UnwindSafe for ClubsEndpoint
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