Struct fuel_gql_client::client::schema::PaginatedResult
source · [−]Fields
cursor: Option<C>
results: Vec<T>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl<T, C> RefUnwindSafe for PaginatedResult<T, C> where
C: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, C> Send for PaginatedResult<T, C> where
C: Send,
T: Send,
impl<T, C> Sync for PaginatedResult<T, C> where
C: Sync,
T: Sync,
impl<T, C> Unpin for PaginatedResult<T, C> where
C: Unpin,
T: Unpin,
impl<T, C> UnwindSafe for PaginatedResult<T, C> where
C: UnwindSafe,
T: UnwindSafe,
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