Struct odata_simple_client::Page [−][src]
pub struct Page<T> {
pub value: Vec<T>,
pub count: Option<String>,
pub next_link: Option<String>,
pub metadata: Option<String>,
}
Expand description
Wraps lists of Resources returned by the API. Used for deserializing ListRequest responses.
Fields
value: Vec<T>
count: Option<String>
next_link: Option<String>
metadata: 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<T> RefUnwindSafe for Page<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Page<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. 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