Struct openstack_sdk::api::Paged
source · pub struct Paged<E> { /* private fields */ }
Expand description
A query modifier that paginates an endpoint.
Implementations§
source§impl<E> Paged<E>where
E: RestEndpoint + Pageable,
impl<E> Paged<E>where
E: RestEndpoint + Pageable,
Trait Implementations§
source§impl<E: PartialEq> PartialEq for Paged<E>
impl<E: PartialEq> PartialEq for Paged<E>
source§impl<E, T, C> QueryAsync<Vec<T>, C> for Paged<E>where
E: RestEndpoint + Sync + Send + Pageable,
T: DeserializeOwned + Send + 'static,
C: AsyncClient + Sync,
impl<E, T, C> QueryAsync<Vec<T>, C> for Paged<E>where
E: RestEndpoint + Sync + Send + Pageable,
T: DeserializeOwned + Send + 'static,
C: AsyncClient + Sync,
impl<E: Copy> Copy for Paged<E>
impl<E: Eq> Eq for Paged<E>
impl<E> StructuralPartialEq for Paged<E>
Auto Trait Implementations§
impl<E> RefUnwindSafe for Paged<E>where
E: RefUnwindSafe,
impl<E> Send for Paged<E>where
E: Send,
impl<E> Sync for Paged<E>where
E: Sync,
impl<E> Unpin for Paged<E>where
E: Unpin,
impl<E> UnwindSafe for Paged<E>where
E: 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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.