pub struct Body<T>where
T: TypeSet,{
pub opening_brace: Token,
pub statements: Vec<Statement<T>>,
pub closing_brace: Token,
}Fields§
§opening_brace: Token§statements: Vec<Statement<T>>§closing_brace: TokenImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Body<T>
impl<T> RefUnwindSafe for Body<T>
impl<T> Send for Body<T>
impl<T> Sync for Body<T>
impl<T> Unpin for Body<T>
impl<T> UnwindSafe for Body<T>
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