pub struct RememberCall { /* private fields */ }Expand description
Fluent remember call builder.
Implementations§
Source§impl RememberCall
impl RememberCall
Sourcepub async fn await_result(self) -> SdkResult<Uuid>
pub async fn await_result(self) -> SdkResult<Uuid>
Execute the remember call.
Trait Implementations§
Source§impl IntoFuture for RememberCall
impl IntoFuture for RememberCall
Source§type IntoFuture = Pin<Box<dyn Future<Output = <RememberCall as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <RememberCall as IntoFuture>::Output> + Send>>
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
Auto Trait Implementations§
impl Freeze for RememberCall
impl !RefUnwindSafe for RememberCall
impl Send for RememberCall
impl Sync for RememberCall
impl Unpin for RememberCall
impl UnsafeUnpin for RememberCall
impl !UnwindSafe for RememberCall
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