pub struct KernelsList { /* private fields */ }
Implementations§
Source§impl KernelsList
impl KernelsList
pub fn with_page(page: usize) -> Self
pub fn page_size(self, page_size: usize) -> Self
pub fn mine(self, group: Group) -> Self
pub fn dataset(self, dataset: impl ToString) -> Self
pub fn competition(self, competition: impl ToString) -> Self
pub fn parent_kernel(self, parent_kernel: impl ToString) -> Self
pub fn search(self, search: impl ToString) -> Self
pub fn user(self, user: impl ToString) -> Self
pub fn language(self, language: Language) -> Self
pub fn kernel_type(self, kernel_type: KernelType) -> Self
pub fn output_type(self, output_type: OutputType) -> Self
pub fn sort_by(self, sort_by: SortBy) -> Self
Trait Implementations§
Source§impl Clone for KernelsList
impl Clone for KernelsList
Source§fn clone(&self) -> KernelsList
fn clone(&self) -> KernelsList
Returns a copy 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 KernelsList
impl Debug for KernelsList
Source§impl Default for KernelsList
impl Default for KernelsList
Auto Trait Implementations§
impl Freeze for KernelsList
impl RefUnwindSafe for KernelsList
impl Send for KernelsList
impl Sync for KernelsList
impl Unpin for KernelsList
impl UnwindSafe for KernelsList
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)