Struct openlimits_exchange::model::Paginator [−][src]
pub struct Paginator {
pub start_time: Option<u64>,
pub end_time: Option<u64>,
pub limit: Option<u64>,
pub before: Option<String>,
pub after: Option<String>,
}Expand description
This struct represents a paginator
Fields
start_time: Option<u64>end_time: Option<u64>limit: Option<u64>before: Option<String>after: Option<String>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Paginator
impl UnwindSafe for Paginator
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self