pub struct UpdateOrMergeEntityBuilder { /* private fields */ }
Implementations§
source§impl UpdateOrMergeEntityBuilder
impl UpdateOrMergeEntityBuilder
Setters for the various options for this builder
source§impl UpdateOrMergeEntityBuilder
impl UpdateOrMergeEntityBuilder
pub fn into_future(
self
) -> BoxFuture<'static, Result<OperationOnEntityResponse>>
Trait Implementations§
source§impl Clone for UpdateOrMergeEntityBuilder
impl Clone for UpdateOrMergeEntityBuilder
source§fn clone(&self) -> UpdateOrMergeEntityBuilder
fn clone(&self) -> UpdateOrMergeEntityBuilder
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 UpdateOrMergeEntityBuilder
impl Debug for UpdateOrMergeEntityBuilder
source§impl IntoFuture for UpdateOrMergeEntityBuilder
impl IntoFuture for UpdateOrMergeEntityBuilder
§type IntoFuture = Pin<Box<dyn Future<Output = Result<OperationOnEntityResponse, Error>> + Send + 'static, Global>>
type IntoFuture = Pin<Box<dyn Future<Output = Result<OperationOnEntityResponse, Error>> + Send + 'static, Global>>
Which kind of future are we turning this into?
§type Output = <Pin<Box<dyn Future<Output = Result<OperationOnEntityResponse, Error>> + Send + 'static, Global>> as Future>::Output
type Output = <Pin<Box<dyn Future<Output = Result<OperationOnEntityResponse, Error>> + Send + 'static, Global>> 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