pub struct Async {
pub block: Block,
}Fields§
§block: BlockImplementations§
Trait Implementations§
source§impl From<Async> for TokenStream
impl From<Async> for TokenStream
source§impl PartialEq for Async
impl PartialEq for Async
impl Eq for Async
impl StructuralEq for Async
impl StructuralPartialEq for Async
Auto Trait Implementations§
impl RefUnwindSafe for Async
impl Send for Async
impl Sync for Async
impl Unpin for Async
impl UnwindSafe for Async
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