pub struct PageInfo {
pub end_cursor: Option<String>,
pub has_next_page: bool,
pub has_previous_page: bool,
pub start_cursor: Option<String>,
}
Fields
end_cursor: Option<String>
has_next_page: bool
has_previous_page: bool
start_cursor: Option<String>
Trait Implementations
type SelectionSet = SelectionSet<'static, Self, PageInfo>
Auto Trait Implementations
impl RefUnwindSafe for PageInfo
impl UnwindSafe for PageInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more