pub struct MercuryRequest {
pub method: MercuryMethod,
pub uri: String,
pub content_type: Option<String>,
pub payload: Vec<Vec<u8>>,
}
Fields§
§method: MercuryMethod
§uri: String
§content_type: Option<String>
§payload: Vec<Vec<u8>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MercuryRequest
impl RefUnwindSafe for MercuryRequest
impl Send for MercuryRequest
impl Sync for MercuryRequest
impl Unpin for MercuryRequest
impl UnwindSafe for MercuryRequest
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