pub(crate) struct FulfillArgs<'a, 'b> {
body: &'a str,
is_base64: bool,
pub(crate) status: Option<i32>,
pub(crate) headers: Option<Vec<Header>>,
pub(crate) content_type: Option<&'b str>,
}Fields§
§body: &'a str§is_base64: bool§status: Option<i32>§headers: Option<Vec<Header>>§content_type: Option<&'b str>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for FulfillArgs<'a, 'b>
impl<'a, 'b> RefUnwindSafe for FulfillArgs<'a, 'b>
impl<'a, 'b> Send for FulfillArgs<'a, 'b>
impl<'a, 'b> Sync for FulfillArgs<'a, 'b>
impl<'a, 'b> Unpin for FulfillArgs<'a, 'b>
impl<'a, 'b> UnwindSafe for FulfillArgs<'a, 'b>
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