pub struct Helpers {
pub create: bool,
pub read: bool,
pub merge_props: bool,
}Expand description
Which runtime helpers an emission actually referenced.
Tracked so the compiler only injects a require for what a file really uses
— a module with no spreads should not gain a mergeProps import.
Fields§
§create: bool§read: bool§merge_props: boolTrait Implementations§
impl Copy for Helpers
impl Eq for Helpers
impl StructuralPartialEq for Helpers
Auto Trait Implementations§
impl Freeze for Helpers
impl RefUnwindSafe for Helpers
impl Send for Helpers
impl Sync for Helpers
impl Unpin for Helpers
impl UnsafeUnpin for Helpers
impl UnwindSafe for Helpers
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