pub struct Routing {
pub author: Box<dyn VendorAdapter>,
pub reviewer: Box<dyn VendorAdapter>,
}Expand description
The pair of adapters a run will use.
Fields§
§reviewer: Box<dyn VendorAdapter>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Routing
impl !UnwindSafe for Routing
impl Freeze for Routing
impl Send for Routing
impl Sync for Routing
impl Unpin for Routing
impl UnsafeUnpin 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