Struct epitech_api::EpitechClient [−][src]
pub struct EpitechClient { /* fields omitted */ }Methods
impl EpitechClient[src]
impl EpitechClientpub fn builder() -> EpitechClientBuilder[src]
pub fn builder() -> EpitechClientBuilderpub fn make_request<T: ToString>(&self, url: T) -> Option<String>[src]
pub fn make_request<T: ToString>(&self, url: T) -> Option<String>pub fn fetch_student_list(&self) -> StudentListFetchBuilder[src]
pub fn fetch_student_list(&self) -> StudentListFetchBuilderpub fn fetch_student_data(&self) -> StudentDataFetchBuilder[src]
pub fn fetch_student_data(&self) -> StudentDataFetchBuilderpub fn fetch_student_netsoul<'a>(
&self,
login: &'a str
) -> Option<Vec<UserNetsoulEntry>>[src]
pub fn fetch_student_netsoul<'a>(
&self,
login: &'a str
) -> Option<Vec<UserNetsoulEntry>>pub fn fetch_own_student_netsoul(&self) -> Option<Vec<UserNetsoulEntry>>[src]
pub fn fetch_own_student_netsoul(&self) -> Option<Vec<UserNetsoulEntry>>pub fn fetch_student_notes<'a>(&self, login: &'a str) -> Option<UserNotes>[src]
pub fn fetch_student_notes<'a>(&self, login: &'a str) -> Option<UserNotes>pub fn fetch_own_student_notes(&self) -> Option<UserNotes>[src]
pub fn fetch_own_student_notes(&self) -> Option<UserNotes>pub fn fetch_student_binomes<'a>(&self, login: &'a str) -> Option<UserBinome>[src]
pub fn fetch_student_binomes<'a>(&self, login: &'a str) -> Option<UserBinome>pub fn fetch_own_student_binomes(&self) -> Option<UserBinome>[src]
pub fn fetch_own_student_binomes(&self) -> Option<UserBinome>Trait Implementations
impl Debug for EpitechClient[src]
impl Debug for EpitechClientfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for EpitechClient[src]
impl Clone for EpitechClientfn clone(&self) -> EpitechClient[src]
fn clone(&self) -> EpitechClientReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for EpitechClient[src]
impl Default for EpitechClientfn default() -> EpitechClient[src]
fn default() -> EpitechClientReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for EpitechClient
impl Send for EpitechClientimpl Sync for EpitechClient
impl Sync for EpitechClient