Enum aws_smithy_async::future::now_or_later::OnlyReady
source · pub enum OnlyReady {}
Expand description
Zero sized type for using NowOrLater when no future variant exists.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnlyReady
impl RefUnwindSafe for OnlyReady
impl Send for OnlyReady
impl Sync for OnlyReady
impl Unpin for OnlyReady
impl UnwindSafe for OnlyReady
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