pub struct RoutePlan {
pub service_name: String,
pub entry: String,
pub candidates: Vec<RouteCandidate>,
pub decision_trace: RouteDecisionTrace,
}Fields§
§service_name: String§entry: String§candidates: Vec<RouteCandidate>§decision_trace: RouteDecisionTraceTrait Implementations§
Auto Trait Implementations§
impl Freeze for RoutePlan
impl RefUnwindSafe for RoutePlan
impl Send for RoutePlan
impl Sync for RoutePlan
impl Unpin for RoutePlan
impl UnsafeUnpin for RoutePlan
impl UnwindSafe for RoutePlan
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