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