pub struct HexString(/* private fields */);Expand description
serialize/deserialize as hex string, but store as bytes in memory
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HexString
impl<'de> Deserialize<'de> for HexString
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 From<ConnectionID> for HexString
impl From<ConnectionID> for HexString
Source§fn from(value: ConnectionID) -> Self
fn from(value: ConnectionID) -> Self
Converts to this type from the input type.
Source§impl From<HexString> for ConnectionID
impl From<HexString> for ConnectionID
Source§impl From<HexString> for QuicVersion
impl From<HexString> for QuicVersion
Source§impl From<QuicVersion> for HexString
impl From<QuicVersion> for HexString
Source§fn from(value: QuicVersion) -> Self
fn from(value: QuicVersion) -> Self
Converts to this type from the input type.
impl Eq for HexString
impl StructuralPartialEq for HexString
Auto Trait Implementations§
impl !Freeze for HexString
impl RefUnwindSafe for HexString
impl Send for HexString
impl Sync for HexString
impl Unpin for HexString
impl UnwindSafe for HexString
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)