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