Enum fuel_core_client::client::schema::PageDirection
source · pub enum PageDirection {
Forward,
Backward,
}
Expand description
Specifies the direction of a paginated query
Variants§
Trait Implementations§
source§impl Clone for PageDirection
impl Clone for PageDirection
source§fn clone(&self) -> PageDirection
fn clone(&self) -> PageDirection
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 PageDirection
impl Debug for PageDirection
source§impl PartialEq<PageDirection> for PageDirection
impl PartialEq<PageDirection> for PageDirection
source§fn eq(&self, other: &PageDirection) -> bool
fn eq(&self, other: &PageDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PageDirection
impl Eq for PageDirection
impl StructuralEq for PageDirection
impl StructuralPartialEq for PageDirection
Auto Trait Implementations§
impl RefUnwindSafe for PageDirection
impl Send for PageDirection
impl Sync for PageDirection
impl Unpin for PageDirection
impl UnwindSafe for PageDirection
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more