pub struct SliceBuilder<P = ()> { /* private fields */ }Implementations§
Source§impl SliceBuilder<()>
impl SliceBuilder<()>
Source§impl<P> SliceBuilder<P>
impl<P> SliceBuilder<P>
pub fn with_parent(parent: P) -> Self
pub fn page(self, page: u32, per_page: u32) -> Self
pub fn enable_total_count(self) -> Self
pub fn done(self) -> Pwhere
P: HasParams,
Trait Implementations§
Source§impl Debug for SliceBuilder<()>
impl Debug for SliceBuilder<()>
Source§impl Default for SliceBuilder<()>
impl Default for SliceBuilder<()>
Source§impl IntoParams for SliceBuilder<()>
impl IntoParams for SliceBuilder<()>
fn into_params(self) -> Params
Auto Trait Implementations§
impl<P> Freeze for SliceBuilder<P>where
P: Freeze,
impl<P> RefUnwindSafe for SliceBuilder<P>where
P: RefUnwindSafe,
impl<P> Send for SliceBuilder<P>where
P: Send,
impl<P> Sync for SliceBuilder<P>where
P: Sync,
impl<P> Unpin for SliceBuilder<P>where
P: Unpin,
impl<P> UnwindSafe for SliceBuilder<P>where
P: UnwindSafe,
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