pub enum ServerAlpn {
Ignore,
Require,
}Variants§
Trait Implementations§
Source§impl Clone for ServerAlpn
impl Clone for ServerAlpn
Source§fn clone(&self) -> ServerAlpn
fn clone(&self) -> ServerAlpn
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 ServerAlpn
impl Debug for ServerAlpn
Source§impl PartialEq for ServerAlpn
impl PartialEq for ServerAlpn
impl Eq for ServerAlpn
impl StructuralPartialEq for ServerAlpn
Auto Trait Implementations§
impl Freeze for ServerAlpn
impl RefUnwindSafe for ServerAlpn
impl Send for ServerAlpn
impl Sync for ServerAlpn
impl Unpin for ServerAlpn
impl UnsafeUnpin for ServerAlpn
impl UnwindSafe for ServerAlpn
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