pub struct RouterCallPlan {
pub tier: ReasoningTier,
pub disclosure: RouterCallDisclosure,
}Expand description
The tier a Router call is actually made at, plus the disclosure for it.
Fields§
§tier: ReasoningTierThe concrete tier to place on the Router request.
disclosure: RouterCallDisclosureThe four-sided story, for the receipt.
Trait Implementations§
Source§impl Clone for RouterCallPlan
impl Clone for RouterCallPlan
Source§fn clone(&self) -> RouterCallPlan
fn clone(&self) -> RouterCallPlan
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 RouterCallPlan
impl Debug for RouterCallPlan
impl Eq for RouterCallPlan
Source§impl PartialEq for RouterCallPlan
impl PartialEq for RouterCallPlan
impl StructuralPartialEq for RouterCallPlan
Auto Trait Implementations§
impl Freeze for RouterCallPlan
impl RefUnwindSafe for RouterCallPlan
impl Send for RouterCallPlan
impl Sync for RouterCallPlan
impl Unpin for RouterCallPlan
impl UnsafeUnpin for RouterCallPlan
impl UnwindSafe for RouterCallPlan
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