pub struct QueueEnqueue { /* private fields */ }
Expand description
Builder for the QueueEnqueue
operation.
Implementations§
Source§impl QueueEnqueue
impl QueueEnqueue
Sourcepub fn Tcomponents<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
pub fn Tcomponents<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
Sets the Tcomponents
attribute.
Sourcepub fn timeout_ms<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn timeout_ms<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the timeout_ms
attribute.
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 QueueEnqueue
impl Debug for QueueEnqueue
Source§impl Default for QueueEnqueue
impl Default for QueueEnqueue
Source§fn default() -> QueueEnqueue
fn default() -> QueueEnqueue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueueEnqueue
impl RefUnwindSafe for QueueEnqueue
impl Send for QueueEnqueue
impl Sync for QueueEnqueue
impl Unpin for QueueEnqueue
impl UnwindSafe for QueueEnqueue
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