pub struct ParametersSet {
pub initiator: Option<Initiator>,
pub max_field_section_size: Option<u64>,
pub max_table_capacity: Option<u64>,
pub blocked_streams_count: Option<u64>,
pub extended_connect: Option<u16>,
pub h3_datagram: Option<u16>,
pub waits_for_settings: Option<bool>,
}Fields§
§initiator: Option<Initiator>§max_field_section_size: Option<u64>§max_table_capacity: Option<u64>§blocked_streams_count: Option<u64>§extended_connect: Option<u16>§h3_datagram: Option<u16>§waits_for_settings: Option<bool>Trait Implementations§
Source§impl Clone for ParametersSet
impl Clone for ParametersSet
Source§fn clone(&self) -> ParametersSet
fn clone(&self) -> ParametersSet
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 ParametersSet
impl Debug for ParametersSet
Source§impl<'de> Deserialize<'de> for ParametersSet
impl<'de> Deserialize<'de> for ParametersSet
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 ParametersSet
impl PartialEq for ParametersSet
Source§impl Serialize for ParametersSet
impl Serialize for ParametersSet
impl Eq for ParametersSet
impl StructuralPartialEq for ParametersSet
Auto Trait Implementations§
impl Freeze for ParametersSet
impl RefUnwindSafe for ParametersSet
impl Send for ParametersSet
impl Sync for ParametersSet
impl Unpin for ParametersSet
impl UnsafeUnpin for ParametersSet
impl UnwindSafe for ParametersSet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.