pub struct HttpClientDTO { /* private fields */ }Implementations§
Source§impl HttpClientDTO
impl HttpClientDTO
Trait Implementations§
Source§impl Clone for HttpClientDTO
impl Clone for HttpClientDTO
Source§fn clone(&self) -> HttpClientDTO
fn clone(&self) -> HttpClientDTO
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 HttpClientDTO
impl Debug for HttpClientDTO
Source§impl PartialEq for HttpClientDTO
impl PartialEq for HttpClientDTO
Source§impl Typed for HttpClientDTO
impl Typed for HttpClientDTO
impl API for HttpClientDTO
impl Eq for HttpClientDTO
impl StructuralPartialEq for HttpClientDTO
Auto Trait Implementations§
impl Freeze for HttpClientDTO
impl RefUnwindSafe for HttpClientDTO
impl Send for HttpClientDTO
impl Sync for HttpClientDTO
impl Unpin for HttpClientDTO
impl UnwindSafe for HttpClientDTO
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