Struct sentry::transports::ReqwestHttpTransport
source · pub struct ReqwestHttpTransport { /* private fields */ }
Expand description
Implementations§
source§impl ReqwestHttpTransport
impl ReqwestHttpTransport
sourcepub fn new(options: &ClientOptions) -> Self
pub fn new(options: &ClientOptions) -> Self
Creates a new Transport.
sourcepub fn with_client(options: &ClientOptions, client: ReqwestClient) -> Self
pub fn with_client(options: &ClientOptions, client: ReqwestClient) -> Self
Creates a new Transport that uses the specified ReqwestClient
.
Trait Implementations§
source§impl Transport for ReqwestHttpTransport
impl Transport for ReqwestHttpTransport
Auto Trait Implementations§
impl Freeze for ReqwestHttpTransport
impl !RefUnwindSafe for ReqwestHttpTransport
impl Send for ReqwestHttpTransport
impl Sync for ReqwestHttpTransport
impl Unpin for ReqwestHttpTransport
impl !UnwindSafe for ReqwestHttpTransport
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