pub struct EnqueueAttributes {
pub action: Option<String>,
pub max_queue_size: Option<u32>,
pub method: Option<String>,
pub wait_url: Option<String>,
pub wait_url_method: Option<String>,
pub workflow_sid: Option<String>,
}Fields§
§action: Option<String>§max_queue_size: Option<u32>§method: Option<String>§wait_url: Option<String>§wait_url_method: Option<String>§workflow_sid: Option<String>Trait Implementations§
Source§impl Clone for EnqueueAttributes
impl Clone for EnqueueAttributes
Source§fn clone(&self) -> EnqueueAttributes
fn clone(&self) -> EnqueueAttributes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnqueueAttributes
impl Debug for EnqueueAttributes
Source§impl Default for EnqueueAttributes
impl Default for EnqueueAttributes
Source§fn default() -> EnqueueAttributes
fn default() -> EnqueueAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnqueueAttributes
impl RefUnwindSafe for EnqueueAttributes
impl Send for EnqueueAttributes
impl Sync for EnqueueAttributes
impl Unpin for EnqueueAttributes
impl UnwindSafe for EnqueueAttributes
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