pub struct HttpBodyParams {
pub segment: Vec<u8>,
pub complete: bool,
pub req_id: u32,
}
Fields§
§segment: Vec<u8>
§complete: bool
§req_id: u32
Trait Implementations§
Source§impl Debug for HttpBodyParams
impl Debug for HttpBodyParams
Source§impl<'de> Deserialize<'de> for HttpBodyParams
impl<'de> Deserialize<'de> for HttpBodyParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for HttpBodyParams
impl RefUnwindSafe for HttpBodyParams
impl Send for HttpBodyParams
impl Sync for HttpBodyParams
impl Unpin for HttpBodyParams
impl UnwindSafe for HttpBodyParams
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