Struct epitech_api::StudentListFetchBuilder [−][src]
pub struct StudentListFetchBuilder { /* fields omitted */ }Methods
impl StudentListFetchBuilder[src]
impl StudentListFetchBuilderpub fn new() -> StudentListFetchBuilder[src]
pub fn new() -> StudentListFetchBuilderpub fn send(self) -> Option<Vec<UserEntry>>[src]
pub fn send(self) -> Option<Vec<UserEntry>>pub fn client(self, client: EpitechClient) -> StudentListFetchBuilder[src]
pub fn client(self, client: EpitechClient) -> StudentListFetchBuilderpub fn location(self, location: Location) -> StudentListFetchBuilder[src]
pub fn location(self, location: Location) -> StudentListFetchBuilderpub fn active(self, active: bool) -> StudentListFetchBuilder[src]
pub fn active(self, active: bool) -> StudentListFetchBuilderpub fn offset(self, offset: u32) -> StudentListFetchBuilder[src]
pub fn offset(self, offset: u32) -> StudentListFetchBuilderpub fn year(self, year: u32) -> StudentListFetchBuilder[src]
pub fn year(self, year: u32) -> StudentListFetchBuilderpub fn promo(self, promo: Promo) -> StudentListFetchBuilder[src]
pub fn promo(self, promo: Promo) -> StudentListFetchBuilderpub fn course<T: Into<String>>(self, course: T) -> StudentListFetchBuilder[src]
pub fn course<T: Into<String>>(self, course: T) -> StudentListFetchBuilderTrait Implementations
impl Debug for StudentListFetchBuilder[src]
impl Debug for StudentListFetchBuilderfn 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 StudentListFetchBuilder[src]
impl Clone for StudentListFetchBuilderfn clone(&self) -> StudentListFetchBuilder[src]
fn clone(&self) -> StudentListFetchBuilderReturns 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 StudentListFetchBuilder
impl Send for StudentListFetchBuilderimpl Sync for StudentListFetchBuilder
impl Sync for StudentListFetchBuilder