pub struct QueueClientOptions {
pub client_options: ClientOptions,
pub version: String,
}Expand description
Options used when creating a QueueClient
Fields§
§client_options: ClientOptionsAllows customization of the client.
version: StringSpecifies the version of the operation to use for this request.
Trait Implementations§
Source§impl Clone for QueueClientOptions
impl Clone for QueueClientOptions
Source§fn clone(&self) -> QueueClientOptions
fn clone(&self) -> QueueClientOptions
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 QueueClientOptions
impl Debug for QueueClientOptions
Auto Trait Implementations§
impl Freeze for QueueClientOptions
impl !RefUnwindSafe for QueueClientOptions
impl Send for QueueClientOptions
impl Sync for QueueClientOptions
impl Unpin for QueueClientOptions
impl UnsafeUnpin for QueueClientOptions
impl !UnwindSafe for QueueClientOptions
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