pub struct SNIType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
impl Copy for SNIType
impl Eq for SNIType
impl StructuralPartialEq for SNIType
Auto Trait Implementations§
impl Freeze for SNIType
impl RefUnwindSafe for SNIType
impl Send for SNIType
impl Sync for SNIType
impl Unpin for SNIType
impl UnwindSafe for SNIType
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