pub struct SessionRouteAffinityTarget {
pub route_graph_key: String,
pub provider_endpoint: ProviderEndpointKey,
pub upstream_base_url: String,
pub route_path: Vec<String>,
}Fields§
§route_graph_key: String§provider_endpoint: ProviderEndpointKey§upstream_base_url: String§route_path: Vec<String>Trait Implementations§
Source§impl Clone for SessionRouteAffinityTarget
impl Clone for SessionRouteAffinityTarget
Source§fn clone(&self) -> SessionRouteAffinityTarget
fn clone(&self) -> SessionRouteAffinityTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SessionRouteAffinityTarget
impl Debug for SessionRouteAffinityTarget
Source§impl PartialEq for SessionRouteAffinityTarget
impl PartialEq for SessionRouteAffinityTarget
Source§fn eq(&self, other: &SessionRouteAffinityTarget) -> bool
fn eq(&self, other: &SessionRouteAffinityTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SessionRouteAffinityTarget
impl StructuralPartialEq for SessionRouteAffinityTarget
Auto Trait Implementations§
impl Freeze for SessionRouteAffinityTarget
impl RefUnwindSafe for SessionRouteAffinityTarget
impl Send for SessionRouteAffinityTarget
impl Sync for SessionRouteAffinityTarget
impl Unpin for SessionRouteAffinityTarget
impl UnsafeUnpin for SessionRouteAffinityTarget
impl UnwindSafe for SessionRouteAffinityTarget
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.