pub struct RouteStep {
pub channel: Channel,
/* private fields */
}Expand description
A step in the waterfall routing chain.
Fields§
§channel: ChannelAuto Trait Implementations§
impl Freeze for RouteStep
impl !RefUnwindSafe for RouteStep
impl Send for RouteStep
impl Sync for RouteStep
impl Unpin for RouteStep
impl UnsafeUnpin for RouteStep
impl !UnwindSafe for RouteStep
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