pub struct Transport { /* private fields */ }Expand description
Error indicating an issue with the underlying request transport.
Implementations§
Trait Implementations§
Source§impl From<HttpTransportError> for Transport
impl From<HttpTransportError> for Transport
Source§fn from(value: HttpTransportError) -> Self
fn from(value: HttpTransportError) -> Self
Converts to this type from the input type.
impl Eq for Transport
impl StructuralPartialEq for Transport
Auto Trait Implementations§
impl Freeze for Transport
impl RefUnwindSafe for Transport
impl Send for Transport
impl Sync for Transport
impl Unpin for Transport
impl UnwindSafe for Transport
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