Struct journal_gateway::PaginationParams [] [src]

pub struct PaginationParams {
    pub cursor: Option<String>,
    pub skip: Option<i32>,
    pub length: Option<u32>,
}

Fields

Trait Implementations

impl Debug for PaginationParams
[src]

[src]

Formats the value using the given formatter.

impl Clone for PaginationParams
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for PaginationParams
[src]

[src]

Formats the value using the given formatter. Read more