Enum fuel_gql_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 more