pub struct UreqClient {
pub server_url: String,
}Fields§
§server_url: StringTrait Implementations§
Source§impl Default for UreqClient
impl Default for UreqClient
Source§fn default() -> UreqClient
fn default() -> UreqClient
Returns the “default value” for a type. Read more
Source§impl HttpClient for UreqClient
impl HttpClient for UreqClient
Auto Trait Implementations§
impl Freeze for UreqClient
impl RefUnwindSafe for UreqClient
impl Send for UreqClient
impl Sync for UreqClient
impl Unpin for UreqClient
impl UnwindSafe for UreqClient
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