pub enum ServerProtocol {
Http1,
Http2,
Auto,
}Expand description
Server protocol mode selected from configuration.
Variants§
Trait Implementations§
Source§impl Clone for ServerProtocol
impl Clone for ServerProtocol
Source§fn clone(&self) -> ServerProtocol
fn clone(&self) -> ServerProtocol
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 ServerProtocol
impl Debug for ServerProtocol
Source§impl PartialEq for ServerProtocol
impl PartialEq for ServerProtocol
impl Copy for ServerProtocol
impl Eq for ServerProtocol
impl StructuralPartialEq for ServerProtocol
Auto Trait Implementations§
impl Freeze for ServerProtocol
impl RefUnwindSafe for ServerProtocol
impl Send for ServerProtocol
impl Sync for ServerProtocol
impl Unpin for ServerProtocol
impl UnsafeUnpin for ServerProtocol
impl UnwindSafe for ServerProtocol
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.