pub struct Routing { /* private fields */ }Expand description
The routing dry-run (Pro plan).
Implementations§
Source§impl Routing
impl Routing
Sourcepub async fn explain(
&self,
params: RoutingExplainParams,
req: impl Into<Option<RequestOptions>>,
) -> Result<RoutingExplainResult>
pub async fn explain( &self, params: RoutingExplainParams, req: impl Into<Option<RequestOptions>>, ) -> Result<RoutingExplainResult>
Auto Trait Implementations§
impl Freeze for Routing
impl !RefUnwindSafe for Routing
impl Send for Routing
impl Sync for Routing
impl Unpin for Routing
impl UnsafeUnpin for Routing
impl !UnwindSafe for Routing
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