Struct epitech_api::EpitechClientBuilder [−][src]
pub struct EpitechClientBuilder { /* fields omitted */ }Methods
impl EpitechClientBuilder[src]
impl EpitechClientBuilderpub fn new() -> EpitechClientBuilder[src]
pub fn new() -> EpitechClientBuilderpub fn autologin<'a, T: Into<String>>(
self,
autologin: T
) -> EpitechClientBuilder[src]
pub fn autologin<'a, T: Into<String>>(
self,
autologin: T
) -> EpitechClientBuilderpub fn authenticate(self) -> Result<EpitechClient, Error>[src]
pub fn authenticate(self) -> Result<EpitechClient, Error>Trait Implementations
impl Debug for EpitechClientBuilder[src]
impl Debug for EpitechClientBuilderfn 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 EpitechClientBuilder[src]
impl Clone for EpitechClientBuilderfn clone(&self) -> EpitechClientBuilder[src]
fn clone(&self) -> EpitechClientBuilderReturns 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
Auto Trait Implementations
impl Send for EpitechClientBuilder
impl Send for EpitechClientBuilderimpl Sync for EpitechClientBuilder
impl Sync for EpitechClientBuilder