pub struct HttpReqwestTransport {
pub url: String,
}Fields§
§url: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for HttpReqwestTransport
impl RefUnwindSafe for HttpReqwestTransport
impl Send for HttpReqwestTransport
impl Sync for HttpReqwestTransport
impl Unpin for HttpReqwestTransport
impl UnwindSafe for HttpReqwestTransport
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