Struct maptiler_cloud::ConstructedRequest [−][src]
pub struct ConstructedRequest { /* fields omitted */ }Expand description
Represents a request that has already been constructed using the Maptiler that created it. This can be directly await-ed using execute()
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConstructedRequest
impl Send for ConstructedRequest
impl Sync for ConstructedRequest
impl Unpin for ConstructedRequest
impl UnwindSafe for ConstructedRequest
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