pub struct SniError(/* private fields */);
Expand description
An error returned from the SNI callback.
Implementations§
Trait Implementations§
impl Copy for SniError
impl Eq for SniError
impl StructuralPartialEq for SniError
Auto Trait Implementations§
impl Freeze for SniError
impl RefUnwindSafe for SniError
impl Send for SniError
impl Sync for SniError
impl Unpin for SniError
impl UnwindSafe for SniError
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