pub struct SimpleBlock<'a> {
pub statements: Vec<'a, Statement<'a>>,
pub span: Span,
}Fields§
§statements: Vec<'a, Statement<'a>>§span: SpanImplementations§
§impl<'a> SimpleBlock<'a>
impl<'a> SimpleBlock<'a>
Trait Implementations§
Source§impl<'a> Debug for SimpleBlock<'a>
impl<'a> Debug for SimpleBlock<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SimpleBlock<'a>
impl<'a> !Send for SimpleBlock<'a>
impl<'a> !Sync for SimpleBlock<'a>
impl<'a> !UnwindSafe for SimpleBlock<'a>
impl<'a> Freeze for SimpleBlock<'a>
impl<'a> Unpin for SimpleBlock<'a>
impl<'a> UnsafeUnpin for SimpleBlock<'a>
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