Struct timely::progress::reachability::PerOperator
source · pub struct PerOperator<T: Timestamp> {
pub targets: Vec<PortInformation<T>>,
pub sources: Vec<PortInformation<T>>,
}
Expand description
Target and source information for each operator.
Fields§
§targets: Vec<PortInformation<T>>
Port information for each target.
sources: Vec<PortInformation<T>>
Port information for each source.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for PerOperator<T>
impl<T> RefUnwindSafe for PerOperator<T>
impl<T> Send for PerOperator<T>
impl<T> Sync for PerOperator<T>
impl<T> Unpin for PerOperator<T>
impl<T> UnwindSafe for PerOperator<T>
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