pub struct Await {
pub expr: Box<Expr>,
}Fields§
§expr: Box<Expr>Implementations§
Trait Implementations§
source§impl From<Await> for TokenStream
impl From<Await> for TokenStream
source§impl PartialEq for Await
impl PartialEq for Await
impl Eq for Await
impl StructuralEq for Await
impl StructuralPartialEq for Await
Auto Trait Implementations§
impl RefUnwindSafe for Await
impl Send for Await
impl Sync for Await
impl Unpin for Await
impl UnwindSafe for Await
Blanket Implementations§
source§impl<E> Accessible for Ewhere
E: Into<Expr>,
impl<E> Accessible for Ewhere E: Into<Expr>,
source§impl<E> Assignable for Ewhere
E: Into<Expr>,
impl<E> Assignable for Ewhere E: Into<Expr>,
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