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