Enum stun_rs::error::StunErrorInfo
source · [−]Expand description
Provides information about the error
Variants
Text(String)
A String describing the error,
Error(Box<dyn Error>)
Source of error
Trait Implementations
sourceimpl Debug for StunErrorInfo
impl Debug for StunErrorInfo
Auto Trait Implementations
impl !RefUnwindSafe for StunErrorInfo
impl !Send for StunErrorInfo
impl !Sync for StunErrorInfo
impl Unpin for StunErrorInfo
impl !UnwindSafe for StunErrorInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more