pub struct StageTargets { /* private fields */ }Expand description
The targets a stage router’s two tiers route to.
The tiers are a fixed pair, but their targets are whatever the deployment calls them, so the classifier scores onto those names and the routed call reaches the right model.
Implementations§
Trait Implementations§
Source§impl Clone for StageTargets
impl Clone for StageTargets
Source§fn clone(&self) -> StageTargets
fn clone(&self) -> StageTargets
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StageTargets
impl RefUnwindSafe for StageTargets
impl Send for StageTargets
impl Sync for StageTargets
impl Unpin for StageTargets
impl UnsafeUnpin for StageTargets
impl UnwindSafe for StageTargets
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