Struct epitech_api::EpitechClient [−][src]
pub struct EpitechClient { /* fields omitted */ }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