pub struct HTTPRequest { /* private fields */ }Expand description
HTTP request details
Implementations§
Source§impl HTTPRequest
impl HTTPRequest
Trait Implementations§
Source§impl BamlEncode for HTTPRequest
impl BamlEncode for HTTPRequest
Source§fn baml_encode(&self) -> HostValue
fn baml_encode(&self) -> HostValue
Encode to a
HostValue (inbound schema)Source§impl Clone for HTTPRequest
impl Clone for HTTPRequest
Source§fn clone(&self) -> HTTPRequest
fn clone(&self) -> HTTPRequest
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 HTTPRequest
impl RefUnwindSafe for HTTPRequest
impl Send for HTTPRequest
impl Sync for HTTPRequest
impl Unpin for HTTPRequest
impl UnwindSafe for HTTPRequest
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