pub struct ConstructedRequest { /* private fields */ }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§
Source§impl Clone for ConstructedRequest
impl Clone for ConstructedRequest
Source§fn clone(&self) -> ConstructedRequest
fn clone(&self) -> ConstructedRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ConstructedRequest
impl !RefUnwindSafe for ConstructedRequest
impl Send for ConstructedRequest
impl Sync for ConstructedRequest
impl Unpin for ConstructedRequest
impl !UnwindSafe for ConstructedRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more