pub struct AstCode(pub Vec<AstCodeChunk>);Tuple Fields§
§0: Vec<AstCodeChunk>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AstCode
impl RefUnwindSafe for AstCode
impl Send for AstCode
impl Sync for AstCode
impl Unpin for AstCode
impl UnsafeUnpin for AstCode
impl UnwindSafe for AstCode
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