pub struct ProjectInstructions {
pub entries: Vec<InstructionEntry>,
}Expand description
Discovered project instructions: ordered entries, lowest-precedence first, so a later (deeper) entry wins on conflict. Neutral — the engine owns rendering/injection.
Fields§
§entries: Vec<InstructionEntry>One entry per discovered file, in precedence order (last wins).
Implementations§
Trait Implementations§
Source§impl Clone for ProjectInstructions
impl Clone for ProjectInstructions
Source§fn clone(&self) -> ProjectInstructions
fn clone(&self) -> ProjectInstructions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProjectInstructions
impl Debug for ProjectInstructions
Source§impl Default for ProjectInstructions
impl Default for ProjectInstructions
Source§fn default() -> ProjectInstructions
fn default() -> ProjectInstructions
Returns the “default value” for a type. Read more
impl Eq for ProjectInstructions
Source§impl PartialEq for ProjectInstructions
impl PartialEq for ProjectInstructions
impl StructuralPartialEq for ProjectInstructions
Auto Trait Implementations§
impl Freeze for ProjectInstructions
impl RefUnwindSafe for ProjectInstructions
impl Send for ProjectInstructions
impl Sync for ProjectInstructions
impl Unpin for ProjectInstructions
impl UnsafeUnpin for ProjectInstructions
impl UnwindSafe for ProjectInstructions
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.