pub struct NonUniqueStartBlockError {
pub candinates: Vec<CompilingBlock>,
}
Expand description
Represents an error where there are multiple or no blocks without a block-plug.
Fields§
§candinates: Vec<CompilingBlock>
A list of candidate blocks (i.e., blocks without a block-plug).
Trait Implementations§
Source§impl Debug for NonUniqueStartBlockError
impl Debug for NonUniqueStartBlockError
Source§impl PartialEq for NonUniqueStartBlockError
impl PartialEq for NonUniqueStartBlockError
impl Eq for NonUniqueStartBlockError
impl StructuralPartialEq for NonUniqueStartBlockError
Auto Trait Implementations§
impl Freeze for NonUniqueStartBlockError
impl RefUnwindSafe for NonUniqueStartBlockError
impl Send for NonUniqueStartBlockError
impl Sync for NonUniqueStartBlockError
impl Unpin for NonUniqueStartBlockError
impl UnwindSafe for NonUniqueStartBlockError
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