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