pub struct QueueAttributes {
pub method: Option<String>,
pub post_work_activity_sid: Option<String>,
pub reservation_sid: Option<String>,
pub url: Option<String>,
}Fields§
§method: Option<String>§post_work_activity_sid: Option<String>§reservation_sid: Option<String>§url: Option<String>Trait Implementations§
Source§impl Clone for QueueAttributes
impl Clone for QueueAttributes
Source§fn clone(&self) -> QueueAttributes
fn clone(&self) -> QueueAttributes
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 QueueAttributes
impl Debug for QueueAttributes
Source§impl Default for QueueAttributes
impl Default for QueueAttributes
Source§fn default() -> QueueAttributes
fn default() -> QueueAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueueAttributes
impl RefUnwindSafe for QueueAttributes
impl Send for QueueAttributes
impl Sync for QueueAttributes
impl Unpin for QueueAttributes
impl UnwindSafe for QueueAttributes
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