Enum libp2p_autonat::ResponseError
source · [−]pub enum ResponseError {
DialError,
DialRefused,
BadRequest,
InternalError,
}
Variants
DialError
DialRefused
BadRequest
InternalError
Trait Implementations
sourceimpl Clone for ResponseError
impl Clone for ResponseError
sourcefn clone(&self) -> ResponseError
fn clone(&self) -> ResponseError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ResponseError
impl Debug for ResponseError
sourceimpl From<ResponseError> for i32
impl From<ResponseError> for i32
sourcefn from(t: ResponseError) -> Self
fn from(t: ResponseError) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ResponseError> for ResponseError
impl PartialEq<ResponseError> for ResponseError
impl Eq for ResponseError
impl StructuralEq for ResponseError
impl StructuralPartialEq for ResponseError
Auto Trait Implementations
impl RefUnwindSafe for ResponseError
impl Send for ResponseError
impl Sync for ResponseError
impl Unpin for ResponseError
impl UnwindSafe for ResponseError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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