pub struct ListItemsRequest<P, S> {
pub prefix: P,
pub start_after: S,
pub limit: ListLimit,
}Fields§
§prefix: P§start_after: S§limit: ListLimitTrait Implementations§
Auto Trait Implementations§
impl<P, S> Freeze for ListItemsRequest<P, S>
impl<P, S> RefUnwindSafe for ListItemsRequest<P, S>where
P: RefUnwindSafe,
S: RefUnwindSafe,
impl<P, S> Send for ListItemsRequest<P, S>
impl<P, S> Sync for ListItemsRequest<P, S>
impl<P, S> Unpin for ListItemsRequest<P, S>
impl<P, S> UnsafeUnpin for ListItemsRequest<P, S>where
P: UnsafeUnpin,
S: UnsafeUnpin,
impl<P, S> UnwindSafe for ListItemsRequest<P, S>where
P: UnwindSafe,
S: 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