pub struct HttpSocketInfo {}
Trait Implementations§
Source§impl Clone for HttpSocketInfo
impl Clone for HttpSocketInfo
Source§fn clone(&self) -> HttpSocketInfo
fn clone(&self) -> HttpSocketInfo
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 moreSource§impl Debug for HttpSocketInfo
impl Debug for HttpSocketInfo
Source§impl<'de> Deserialize<'de> for HttpSocketInfo
impl<'de> Deserialize<'de> for HttpSocketInfo
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
Source§impl Pack for HttpSocketInfo
impl Pack for HttpSocketInfo
Source§impl Serialize for HttpSocketInfo
impl Serialize for HttpSocketInfo
Source§impl ToSchema for HttpSocketInfo
impl ToSchema for HttpSocketInfo
fn schema(builder: &mut SchemaBuilder) -> AnyType
Source§impl<'a> Unpack<'a> for HttpSocketInfo
impl<'a> Unpack<'a> for HttpSocketInfo
Source§fn unpack(src: &'a [u8], pos: &mut u32) -> Result<Self>
fn unpack(src: &'a [u8], pos: &mut u32) -> Result<Self>
Convert from fracpack format. Also verifies the integrity of the data. Read more
Source§fn verify(src: &'a [u8], pos: &mut u32) -> Result<()>
fn verify(src: &'a [u8], pos: &mut u32) -> Result<()>
Verify the integrity of fracpack data. You don’t need to call this if
using [Pack::unpack] since it verifies integrity during unpack.
Auto Trait Implementations§
impl Freeze for HttpSocketInfo
impl RefUnwindSafe for HttpSocketInfo
impl Send for HttpSocketInfo
impl Sync for HttpSocketInfo
impl Unpin for HttpSocketInfo
impl UnwindSafe for HttpSocketInfo
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