Struct azure_data_tables::operations::DeleteTableBuilder
source · pub struct DeleteTableBuilder { /* private fields */ }
Implementations§
source§impl DeleteTableBuilder
impl DeleteTableBuilder
Setters for the various options for this builder
source§impl DeleteTableBuilder
impl DeleteTableBuilder
pub fn into_future(self) -> BoxFuture<'static, Result<DeleteTableResponse>>
Trait Implementations§
source§impl Clone for DeleteTableBuilder
impl Clone for DeleteTableBuilder
source§fn clone(&self) -> DeleteTableBuilder
fn clone(&self) -> DeleteTableBuilder
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 Debug for DeleteTableBuilder
impl Debug for DeleteTableBuilder
source§impl IntoFuture for DeleteTableBuilder
impl IntoFuture for DeleteTableBuilder
§type IntoFuture = Pin<Box<dyn Future<Output = Result<DeleteTableResponse, Error>> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = Result<DeleteTableResponse, Error>> + Send>>
Which kind of future are we turning this into?
§type Output = <Pin<Box<dyn Future<Output = Result<DeleteTableResponse, Error>> + Send>> as Future>::Output
type Output = <Pin<Box<dyn Future<Output = Result<DeleteTableResponse, Error>> + Send>> as Future>::Output
The output that the future will produce on completion.
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for DeleteTableBuilder
impl Send for DeleteTableBuilder
impl Sync for DeleteTableBuilder
impl Unpin for DeleteTableBuilder
impl !UnwindSafe for DeleteTableBuilder
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