pub struct Async {
pub async_token: Async,
pub async_block: ControlBlock<ElementNode>,
pub else_at_token: At,
pub else_token: Else,
pub else_block: ControlBlock<ElementNode>,
/* private fields */
}Fields§
§async_token: Async§async_block: ControlBlock<ElementNode>§else_at_token: At§else_token: Else§else_block: ControlBlock<ElementNode>Trait Implementations§
Auto Trait Implementations§
impl !Send for Async
impl !Sync for Async
impl Freeze for Async
impl RefUnwindSafe for Async
impl Unpin for Async
impl UnsafeUnpin for Async
impl UnwindSafe for Async
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