Enum odata_simple_client::InlineCount [−][src]
pub enum InlineCount {
None,
AllPages,
}
Expand description
Used by ListRequest::inline_count
to show number of results left in a query, before all pages have been read.
Variants
Auto Trait Implementations
impl RefUnwindSafe for InlineCount
impl Send for InlineCount
impl Sync for InlineCount
impl Unpin for InlineCount
impl UnwindSafe for InlineCount
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