pub struct StudentListFetchBuilder { /* private fields */ }Implementations§
Source§impl StudentListFetchBuilder
impl StudentListFetchBuilder
pub fn new() -> StudentListFetchBuilder
pub async fn send(self) -> Result<Vec<UserEntry>, Error>
pub fn client(self, client: Client) -> StudentListFetchBuilder
pub fn location(self, location: Location) -> StudentListFetchBuilder
pub fn active(self, active: bool) -> StudentListFetchBuilder
pub fn offset(self, offset: u32) -> StudentListFetchBuilder
pub fn year(self, year: u32) -> StudentListFetchBuilder
pub fn promo(self, promo: Promo) -> StudentListFetchBuilder
pub fn course<T: Into<String>>(self, course: T) -> StudentListFetchBuilder
Trait Implementations§
Source§impl Clone for StudentListFetchBuilder
impl Clone for StudentListFetchBuilder
Source§fn clone(&self) -> StudentListFetchBuilder
fn clone(&self) -> StudentListFetchBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StudentListFetchBuilder
impl Debug for StudentListFetchBuilder
Source§impl Default for StudentListFetchBuilder
impl Default for StudentListFetchBuilder
Source§fn default() -> StudentListFetchBuilder
fn default() -> StudentListFetchBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StudentListFetchBuilder
impl !RefUnwindSafe for StudentListFetchBuilder
impl Send for StudentListFetchBuilder
impl Sync for StudentListFetchBuilder
impl Unpin for StudentListFetchBuilder
impl !UnwindSafe for StudentListFetchBuilder
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