pub struct BlockContent {
pub templ: BlockTempl,
pub stmts: Vec<StmtTempl>,
}Fields§
§templ: BlockTempl§stmts: Vec<StmtTempl>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockContent
impl RefUnwindSafe for BlockContent
impl !Send for BlockContent
impl !Sync for BlockContent
impl Unpin for BlockContent
impl UnwindSafe for BlockContent
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