Enum dropbox_sdk::client_trait::ParamsType [−][src]
pub enum ParamsType {
Json,
Form,
}
Expand description
The format of arguments being sent in a request.
Variants
Json
JSON.
Form
WWW Form URL-encoded. Only used for OAuth2 requests.
Implementations
The value for the HTTP Content-Type header for the given params format.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParamsType
impl Send for ParamsType
impl Sync for ParamsType
impl Unpin for ParamsType
impl UnwindSafe for ParamsType
Blanket Implementations
Mutably borrows from an owned value. Read more