Struct timely::dataflow::operators::generic::builder_raw::OperatorShape
source · pub struct OperatorShape { /* private fields */ }
Expand description
Contains type-free information about the operator properties.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OperatorShape
impl RefUnwindSafe for OperatorShape
impl Send for OperatorShape
impl Sync for OperatorShape
impl Unpin for OperatorShape
impl UnwindSafe for OperatorShape
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