Enum rocket_http::uri::Query [−][src]
pub enum Query {}Expand description
Marker type indicating use of a type for the query UriPart of a URI.
In route URIs, this corresponds to all of the text after a ?, if any.
#[get("/home/<name>/<page>?<item>&<form..>")]
^-------------- QueryTrait Implementations
Defers to the UriDisplay<Query> implementation for T.
Defers to the UriDisplay<Query> implementation for T.
Auto Trait Implementations
impl RefUnwindSafe for Query
impl UnwindSafe for Query
Blanket Implementations
Mutably borrows from an owned value. Read more