Struct BtRoot
pub struct BtRoot(pub Vec<BtDefinition>);Expand description
The root of the BlueTac IR contains a list of definitions.
Tuple Fields§
§0: Vec<BtDefinition>Auto Trait Implementations§
impl Freeze for BtRoot
impl RefUnwindSafe for BtRoot
impl Send for BtRoot
impl Sync for BtRoot
impl Unpin for BtRoot
impl UnwindSafe for BtRoot
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