pub type AdvancedPublisherPutBuilder<'a> = AdvancedPublicationBuilder<'a, PublicationBuilderPut>;
Aliased Type§
pub struct AdvancedPublisherPutBuilder<'a> { /* private fields */ }
Trait Implementations§
Source§impl IntoFuture for AdvancedPublisherPutBuilder<'_>
impl IntoFuture for AdvancedPublisherPutBuilder<'_>
Source§type Output = <AdvancedPublicationBuilder<'_, PublicationBuilderPut> as Resolvable>::To
type Output = <AdvancedPublicationBuilder<'_, PublicationBuilderPut> as Resolvable>::To
The output that the future will produce on completion.
Source§type IntoFuture = Ready<<AdvancedPublicationBuilder<'_, PublicationBuilderPut> as Resolvable>::To>
type IntoFuture = Ready<<AdvancedPublicationBuilder<'_, PublicationBuilderPut> as Resolvable>::To>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Source§impl Wait for AdvancedPublisherPutBuilder<'_>
impl Wait for AdvancedPublisherPutBuilder<'_>
Source§fn wait(self) -> <Self as Resolvable>::To
fn wait(self) -> <Self as Resolvable>::To
Synchronously execute and wait