pub struct QueueEnqueueMany { /* private fields */ }
Expand description
Builder for the QueueEnqueueMany
operation.
Implementations§
Source§impl QueueEnqueueMany
impl QueueEnqueueMany
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 QueueEnqueueMany
impl Debug for QueueEnqueueMany
Source§impl Default for QueueEnqueueMany
impl Default for QueueEnqueueMany
Source§fn default() -> QueueEnqueueMany
fn default() -> QueueEnqueueMany
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueueEnqueueMany
impl RefUnwindSafe for QueueEnqueueMany
impl Send for QueueEnqueueMany
impl Sync for QueueEnqueueMany
impl Unpin for QueueEnqueueMany
impl UnwindSafe for QueueEnqueueMany
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