pub type AdvancedPublisherDeleteBuilder<'a> = AdvancedPublicationBuilder<'a, PublicationBuilderDelete>;
Aliased Type§
pub struct AdvancedPublisherDeleteBuilder<'a> { /* private fields */ }
Trait Implementations§
Source§impl IntoFuture for AdvancedPublisherDeleteBuilder<'_>
impl IntoFuture for AdvancedPublisherDeleteBuilder<'_>
Source§type Output = <AdvancedPublicationBuilder<'_, PublicationBuilderDelete> as Resolvable>::To
type Output = <AdvancedPublicationBuilder<'_, PublicationBuilderDelete> as Resolvable>::To
The output that the future will produce on completion.
Source§type IntoFuture = Ready<<AdvancedPublicationBuilder<'_, PublicationBuilderDelete> as Resolvable>::To>
type IntoFuture = Ready<<AdvancedPublicationBuilder<'_, PublicationBuilderDelete> 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 AdvancedPublisherDeleteBuilder<'_>
impl Wait for AdvancedPublisherDeleteBuilder<'_>
Source§fn wait(self) -> <Self as Resolvable>::To
fn wait(self) -> <Self as Resolvable>::To
Synchronously execute and wait