pub struct ListProps {
pub start_after_key: StartAfter,
pub filter: Filter<'static>,
pub order: Order,
pub limit: usize,
}Fields§
§start_after_key: StartAfter§filter: Filter<'static>§order: Order§limit: usizeImplementations§
Trait Implementations§
Source§impl From<StartAfter> for ListProps
impl From<StartAfter> for ListProps
Source§fn from(start_after_key: StartAfter) -> Self
fn from(start_after_key: StartAfter) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ListProps
impl RefUnwindSafe for ListProps
impl Send for ListProps
impl Sync for ListProps
impl Unpin for ListProps
impl UnwindSafe for ListProps
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