#[repr(u16)]pub enum SettingIdentifier {
HeaderTableSize = 1,
EnablePush = 2,
MaxConcurrentStreams = 3,
InitialWindowSize = 4,
MaxFrameSize = 5,
}Variants§
Trait Implementations§
Source§impl Clone for SettingIdentifier
impl Clone for SettingIdentifier
Source§fn clone(&self) -> SettingIdentifier
fn clone(&self) -> SettingIdentifier
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 SettingIdentifier
impl Debug for SettingIdentifier
Source§impl Hash for SettingIdentifier
impl Hash for SettingIdentifier
Source§impl PartialEq for SettingIdentifier
impl PartialEq for SettingIdentifier
impl Copy for SettingIdentifier
impl Eq for SettingIdentifier
impl StructuralPartialEq for SettingIdentifier
Auto Trait Implementations§
impl Freeze for SettingIdentifier
impl RefUnwindSafe for SettingIdentifier
impl Send for SettingIdentifier
impl Sync for SettingIdentifier
impl Unpin for SettingIdentifier
impl UnwindSafe for SettingIdentifier
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