GetBlockListBuilder

Struct GetBlockListBuilder 

Source
pub struct GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where ContainerNameSet: ToAssign, BlobNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,
{ /* private fields */ }

Implementations§

Source§

impl<'a, C> GetBlockListBuilder<'a, C, Yes, Yes, Yes>
where C: Client,

Trait Implementations§

Source§

impl<'a, C, ContainerNameSet, BlobListTypeSet> BlobNameRequired<'a> for GetBlockListBuilder<'a, C, ContainerNameSet, Yes, BlobListTypeSet>
where ContainerNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,

Source§

fn blob_name(&self) -> &'a str

Source§

impl<'a, C, ContainerNameSet, BlobListTypeSet> BlobNameSupport<'a> for GetBlockListBuilder<'a, C, ContainerNameSet, No, BlobListTypeSet>
where ContainerNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,

Source§

type O = GetBlockListBuilder<'a, C, ContainerNameSet, Yes, BlobListTypeSet>

Source§

fn with_blob_name(self, blob_name: &'a str) -> Self::O

Source§

impl<'a, C, ContainerNameSet, BlobNameSet> BlockListTypeRequired for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, Yes>
where ContainerNameSet: ToAssign, BlobNameSet: ToAssign, C: Client,

Source§

impl<'a, C, ContainerNameSet, BlobNameSet> BlockListTypeSupport for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, No>
where ContainerNameSet: ToAssign, BlobNameSet: ToAssign, C: Client,

Source§

type O = GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, Yes>

Source§

fn with_block_list_type(self, block_list_type: BlockListType) -> Self::O

Source§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> ClientRequestIdOption<'a> for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where ContainerNameSet: ToAssign, BlobNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,

Source§

fn client_request_id(&self) -> Option<&'a str>

Source§

fn add_header(&self, builder: Builder) -> Builder

Source§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> ClientRequestIdSupport<'a> for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where ContainerNameSet: ToAssign, BlobNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,

Source§

type O = GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>

Source§

fn with_client_request_id(self, client_request_id: &'a str) -> Self::O

Source§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> ClientRequired<'a, C> for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where ContainerNameSet: ToAssign, BlobNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,

Source§

fn client(&self) -> &'a C

Source§

impl<'a, C, BlobNameSet, BlobListTypeSet> ContainerNameRequired<'a> for GetBlockListBuilder<'a, C, Yes, BlobNameSet, BlobListTypeSet>
where BlobNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,

Source§

fn container_name(&self) -> &'a str

Source§

impl<'a, C, BlobNameSet, BlobListTypeSet> ContainerNameSupport<'a> for GetBlockListBuilder<'a, C, No, BlobNameSet, BlobListTypeSet>
where BlobNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,

Source§

type O = GetBlockListBuilder<'a, C, Yes, BlobNameSet, BlobListTypeSet>

Source§

fn with_container_name(self, container_name: &'a str) -> Self::O

Source§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> LeaseIdOption<'a> for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where ContainerNameSet: ToAssign, BlobNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,

Source§

fn lease_id(&self) -> Option<&'a LeaseId>

Source§

fn add_header(&self, builder: Builder) -> Builder

Source§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> LeaseIdSupport<'a> for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where ContainerNameSet: ToAssign, BlobNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,

Source§

type O = GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>

Source§

fn with_lease_id(self, lease_id: &'a LeaseId) -> Self::O

Source§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> TimeoutOption for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where ContainerNameSet: ToAssign, BlobNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,

Source§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> TimeoutSupport for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where ContainerNameSet: ToAssign, BlobNameSet: ToAssign, BlobListTypeSet: ToAssign, C: Client,

Source§

type O = GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>

Source§

fn with_timeout(self, timeout: u64) -> Self::O

Auto Trait Implementations§

§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> Freeze for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>

§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> RefUnwindSafe for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where C: RefUnwindSafe, ContainerNameSet: RefUnwindSafe, BlobNameSet: RefUnwindSafe, BlobListTypeSet: RefUnwindSafe,

§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> Send for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where ContainerNameSet: Send, BlobNameSet: Send, BlobListTypeSet: Send,

§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> Sync for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where ContainerNameSet: Sync, BlobNameSet: Sync, BlobListTypeSet: Sync,

§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> Unpin for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where ContainerNameSet: Unpin, BlobNameSet: Unpin, BlobListTypeSet: Unpin,

§

impl<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet> UnwindSafe for GetBlockListBuilder<'a, C, ContainerNameSet, BlobNameSet, BlobListTypeSet>
where C: RefUnwindSafe, ContainerNameSet: UnwindSafe, BlobNameSet: UnwindSafe, BlobListTypeSet: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> ErasedDestructor for T
where T: 'static,