pub struct Http3AllOf {
pub feature_revision: Option<i32>,
}Fields§
§feature_revision: Option<i32>Revision number of the HTTP/3 feature implementation. Defaults to the most recent revision.
Implementations§
Source§impl Http3AllOf
impl Http3AllOf
pub fn new() -> Http3AllOf
Trait Implementations§
Source§impl Clone for Http3AllOf
impl Clone for Http3AllOf
Source§fn clone(&self) -> Http3AllOf
fn clone(&self) -> Http3AllOf
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 Http3AllOf
impl Debug for Http3AllOf
Source§impl Default for Http3AllOf
impl Default for Http3AllOf
Source§fn default() -> Http3AllOf
fn default() -> Http3AllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Http3AllOf
impl<'de> Deserialize<'de> for Http3AllOf
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 PartialEq for Http3AllOf
impl PartialEq for Http3AllOf
Source§impl Serialize for Http3AllOf
impl Serialize for Http3AllOf
impl StructuralPartialEq for Http3AllOf
Auto Trait Implementations§
impl Freeze for Http3AllOf
impl RefUnwindSafe for Http3AllOf
impl Send for Http3AllOf
impl Sync for Http3AllOf
impl Unpin for Http3AllOf
impl UnwindSafe for Http3AllOf
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