pub struct AsyncBlock {
pub extent: Extent,
pub body: Box<Block>,
pub is_move: Option<Extent>,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§body: Box<Block>§is_move: Option<Extent>§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl Debug for AsyncBlock
impl Debug for AsyncBlock
Source§impl<'a> Index<&'a AsyncBlock> for str
impl<'a> Index<&'a AsyncBlock> for str
Source§impl Index<AsyncBlock> for str
impl Index<AsyncBlock> for str
Auto Trait Implementations§
impl Freeze for AsyncBlock
impl RefUnwindSafe for AsyncBlock
impl Send for AsyncBlock
impl Sync for AsyncBlock
impl Unpin for AsyncBlock
impl UnsafeUnpin for AsyncBlock
impl UnwindSafe for AsyncBlock
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