pub struct ListQueuesBuilder<'a, 'b, C>where
C: Client,{ /* private fields */ }
Implementations§
Source§impl<'a, 'b, C> ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> ListQueuesBuilder<'a, 'b, C>where
C: Client,
pub fn queue_service(&self) -> &'a dyn QueueService<StorageClient = C>
Source§impl<'a, 'b, C> ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> ListQueuesBuilder<'a, 'b, C>where
C: Client,
pub async fn execute(self) -> Result<ListQueuesResponse, AzureError>
Trait Implementations§
Source§impl<'a, 'b, C> ClientRequestIdOption<'a> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> ClientRequestIdOption<'a> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
fn client_request_id(&self) -> Option<&'a str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C> ClientRequestIdSupport<'a> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> ClientRequestIdSupport<'a> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
type O = ListQueuesBuilder<'a, 'b, C>
fn with_client_request_id(self, client_request_id: &'a str) -> Self::O
Source§impl<'a, 'b, C> Clone for ListQueuesBuilder<'a, 'b, C>
impl<'a, 'b, C> Clone for ListQueuesBuilder<'a, 'b, C>
Source§fn clone(&self) -> ListQueuesBuilder<'a, 'b, C>
fn clone(&self) -> ListQueuesBuilder<'a, 'b, C>
Returns a copy 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<'a, 'b, C> Debug for ListQueuesBuilder<'a, 'b, C>
impl<'a, 'b, C> Debug for ListQueuesBuilder<'a, 'b, C>
Source§impl<'a, 'b, C> IncludeMetadataOption for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> IncludeMetadataOption for ListQueuesBuilder<'a, 'b, C>where
C: Client,
fn include_metadata(&self) -> bool
fn to_uri_parameter(&self) -> Option<&'static str>
Source§impl<'a, 'b, C> IncludeMetadataSupport for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> IncludeMetadataSupport for ListQueuesBuilder<'a, 'b, C>where
C: Client,
type O = ListQueuesBuilder<'a, 'b, C>
fn with_include_metadata(self) -> Self::O
Source§impl<'a, 'b, C> MaxResultsOption for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> MaxResultsOption for ListQueuesBuilder<'a, 'b, C>where
C: Client,
fn max_results(&self) -> Option<u32>
fn to_uri_parameter(&self) -> Option<String>
Source§impl<'a, 'b, C> MaxResultsSupport for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> MaxResultsSupport for ListQueuesBuilder<'a, 'b, C>where
C: Client,
type O = ListQueuesBuilder<'a, 'b, C>
fn with_max_results(self, max_results: u32) -> Self::O
Source§impl<'a, 'b, C> NextMarkerOption<'b> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> NextMarkerOption<'b> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
fn next_marker(&self) -> Option<&'b str>
fn to_uri_parameter(&self) -> Option<String>
Source§impl<'a, 'b, C> NextMarkerSupport<'b> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> NextMarkerSupport<'b> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
type O = ListQueuesBuilder<'a, 'b, C>
fn with_next_marker(self, next_marker: &'b str) -> Self::O
Source§impl<'a, 'b, C> PrefixOption<'b> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> PrefixOption<'b> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
Source§impl<'a, 'b, C> PrefixSupport<'b> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> PrefixSupport<'b> for ListQueuesBuilder<'a, 'b, C>where
C: Client,
type O = ListQueuesBuilder<'a, 'b, C>
fn with_prefix(self, prefix: &'b str) -> Self::O
Source§impl<'a, 'b, C> TimeoutOption for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> TimeoutOption for ListQueuesBuilder<'a, 'b, C>where
C: Client,
Source§impl<'a, 'b, C> TimeoutSupport for ListQueuesBuilder<'a, 'b, C>where
C: Client,
impl<'a, 'b, C> TimeoutSupport for ListQueuesBuilder<'a, 'b, C>where
C: Client,
type O = ListQueuesBuilder<'a, 'b, C>
fn with_timeout(self, timeout: u64) -> Self::O
Auto Trait Implementations§
impl<'a, 'b, C> Freeze for ListQueuesBuilder<'a, 'b, C>
impl<'a, 'b, C> !RefUnwindSafe for ListQueuesBuilder<'a, 'b, C>
impl<'a, 'b, C> Send for ListQueuesBuilder<'a, 'b, C>
impl<'a, 'b, C> Sync for ListQueuesBuilder<'a, 'b, C>
impl<'a, 'b, C> Unpin for ListQueuesBuilder<'a, 'b, C>
impl<'a, 'b, C> !UnwindSafe for ListQueuesBuilder<'a, 'b, C>
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