Enum odata_simple_client::Format [−][src]
pub enum Format {
Xml,
Json,
}
Expand description
Format of the returned API data. DataSource::fetch_paged
forces Format::Json
.
Variants
Auto Trait Implementations
impl RefUnwindSafe for Format
impl UnwindSafe for Format
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