pub type DynamicFieldPage = Page<DynamicFieldInfo, ObjectID>;Aliased Type§
struct DynamicFieldPage {
pub data: Vec<DynamicFieldInfo>,
pub next_cursor: Option<ObjectID>,
pub has_next_page: bool,
}Fields§
§data: Vec<DynamicFieldInfo>§next_cursor: Option<ObjectID>§has_next_page: bool