pub struct QueueDeleteArgs {
pub queue_name: String,
pub flags: QueueDeleteFlags,
}Fields§
§queue_name: String§flags: QueueDeleteFlagsImplementations§
Trait Implementations§
Source§impl Debug for QueueDeleteArgs
impl Debug for QueueDeleteArgs
Source§impl Default for QueueDeleteArgs
impl Default for QueueDeleteArgs
Source§fn default() -> QueueDeleteArgs
fn default() -> QueueDeleteArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueueDeleteArgs
impl RefUnwindSafe for QueueDeleteArgs
impl Send for QueueDeleteArgs
impl Sync for QueueDeleteArgs
impl Unpin for QueueDeleteArgs
impl UnwindSafe for QueueDeleteArgs
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