pub struct CallbackRequest {
pub url: String,
pub host: Option<String>,
pub body: HashMap<String, BodyField>,
pub sni: bool,
pub body_type: BodyType,
}Fields§
§url: String§host: Option<String>§body: HashMap<String, BodyField>§sni: bool§body_type: BodyTypeImplementations§
Trait Implementations§
Source§impl Debug for CallbackRequest
impl Debug for CallbackRequest
Auto Trait Implementations§
impl Freeze for CallbackRequest
impl RefUnwindSafe for CallbackRequest
impl Send for CallbackRequest
impl Sync for CallbackRequest
impl Unpin for CallbackRequest
impl UnwindSafe for CallbackRequest
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