Struct azure_core::TransportPolicy
source · [−]pub struct TransportPolicy { /* private fields */ }
Implementations
Trait Implementations
fn send<'life0, 'life1, 'life2, 'life3, 'async_trait>(
&'life0 self,
_ctx: &'life1 Context,
request: &'life2 mut Request,
next: &'life3 [Arc<dyn Policy>]
) -> Pin<Box<dyn Future<Output = PolicyResult<Response>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
Self: 'async_trait,
Auto Trait Implementations
impl !RefUnwindSafe for TransportPolicy
impl Send for TransportPolicy
impl Sync for TransportPolicy
impl Unpin for TransportPolicy
impl !UnwindSafe for TransportPolicy
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more