pub struct ClientHelloPayload {
pub version: String,
pub type_: String,
pub os: String,
}Fields§
§version: String§type_: String§os: StringTrait Implementations§
Source§impl Clone for ClientHelloPayload
impl Clone for ClientHelloPayload
Source§fn clone(&self) -> ClientHelloPayload
fn clone(&self) -> ClientHelloPayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClientHelloPayload
impl Debug for ClientHelloPayload
Source§impl Default for ClientHelloPayload
impl Default for ClientHelloPayload
Source§fn default() -> ClientHelloPayload
fn default() -> ClientHelloPayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientHelloPayload
impl<'de> Deserialize<'de> for ClientHelloPayload
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 ClientHelloPayload
impl RefUnwindSafe for ClientHelloPayload
impl Send for ClientHelloPayload
impl Sync for ClientHelloPayload
impl Unpin for ClientHelloPayload
impl UnsafeUnpin for ClientHelloPayload
impl UnwindSafe for ClientHelloPayload
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