pub struct LOLClientAPI { /* private fields */ }Implementations§
Source§impl LOLClientAPI
impl LOLClientAPI
pub fn new() -> Result<LOLClientAPI, LOLClientError>
pub fn get_summoner_info(&self) -> Option<ClientSummoner>
pub fn get_current_rune_page(&self) -> Option<RunePage>
pub fn update_rune_page(&self, old_page_id: i64, rune_page: &NewRunePage)
Auto Trait Implementations§
impl Freeze for LOLClientAPI
impl !RefUnwindSafe for LOLClientAPI
impl Send for LOLClientAPI
impl Sync for LOLClientAPI
impl Unpin for LOLClientAPI
impl !UnwindSafe for LOLClientAPI
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