pub struct Query<'q> {
pub contents: Cow<'q, str>,
pub parameters: QueryParameters<'q>,
}
Fields§
§contents: Cow<'q, str>
§parameters: QueryParameters<'q>
Trait Implementations§
source§impl DeserializableRequest for Query<'_>
impl DeserializableRequest for Query<'_>
fn deserialize(buf: &mut &[u8]) -> Result<Self, RequestDeserializationError>
Auto Trait Implementations§
impl<'q> Freeze for Query<'q>
impl<'q> RefUnwindSafe for Query<'q>
impl<'q> Send for Query<'q>
impl<'q> Sync for Query<'q>
impl<'q> Unpin for Query<'q>
impl<'q> UnwindSafe for Query<'q>
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