pub struct OutfeedEnqueue { /* private fields */ }
Expand description
Builder for the OutfeedEnqueue
operation.
Implementations§
Source§impl OutfeedEnqueue
impl OutfeedEnqueue
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for OutfeedEnqueue
impl Debug for OutfeedEnqueue
Source§impl Default for OutfeedEnqueue
impl Default for OutfeedEnqueue
Source§fn default() -> OutfeedEnqueue
fn default() -> OutfeedEnqueue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OutfeedEnqueue
impl RefUnwindSafe for OutfeedEnqueue
impl Send for OutfeedEnqueue
impl Sync for OutfeedEnqueue
impl Unpin for OutfeedEnqueue
impl UnwindSafe for OutfeedEnqueue
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