Struct redmine_api::api::QueryParams
source · [−]pub struct QueryParams<'a> { /* private fields */ }
Expand description
A structure for query parameters.
Implementations
Push a single parameter.
Push a single parameter.
Push a set of parameters.
Add the parameters to a URL.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for QueryParams<'a>
impl<'a> Send for QueryParams<'a>
impl<'a> Sync for QueryParams<'a>
impl<'a> Unpin for QueryParams<'a>
impl<'a> UnwindSafe for QueryParams<'a>
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