Enum maptiler_cloud::RequestType [−][src]
pub enum RequestType {
TileRequest(TileRequest),
}Expand description
The type of request to the Maptiler Cloud API
Variants
TileRequest(TileRequest)Tuple Fields of TileRequest
0: TileRequestTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for RequestType
impl Send for RequestType
impl Sync for RequestType
impl Unpin for RequestType
impl UnwindSafe for RequestType
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