pub struct ApexClient<'a> { /* private fields */ }
Implementations§
Source§impl<'a> ApexClient<'a>
impl<'a> ApexClient<'a>
pub fn new(token: &'a str) -> Self
pub async fn get_map_rotations(&self) -> Result<MapRotations, ApexError>
pub async fn get_crafter_rotations(&self) -> Result<Bundles, ApexError>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ApexClient<'a>
impl<'a> RefUnwindSafe for ApexClient<'a>
impl<'a> Send for ApexClient<'a>
impl<'a> Sync for ApexClient<'a>
impl<'a> Unpin for ApexClient<'a>
impl<'a> UnwindSafe for ApexClient<'a>
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