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