pub struct ResponseError<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> Clone for ResponseError<'a>
impl<'a> Clone for ResponseError<'a>
Source§fn clone(&self) -> ResponseError<'a>
fn clone(&self) -> ResponseError<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for ResponseError<'a>
Source§impl<'a> Debug for ResponseError<'a>
impl<'a> Debug for ResponseError<'a>
impl<'a> Eq for ResponseError<'a>
Source§impl<'a> PartialEq for ResponseError<'a>
impl<'a> PartialEq for ResponseError<'a>
impl<'a> StructuralPartialEq for ResponseError<'a>
Auto Trait Implementations§
impl<'a> Freeze for ResponseError<'a>
impl<'a> RefUnwindSafe for ResponseError<'a>
impl<'a> Send for ResponseError<'a>
impl<'a> Sync for ResponseError<'a>
impl<'a> Unpin for ResponseError<'a>
impl<'a> UnsafeUnpin for ResponseError<'a>
impl<'a> UnwindSafe for ResponseError<'a>
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