[−][src]Enum duckscript::types::error::ErrorInfo
Holds the error information
Variants
Error Info Type
Initialization(String)
Error Info Type
Runtime(String, Option<InstructionMetaInfo>)
Error Info Type
PreProcessNoCommandFound(InstructionMetaInfo)
Error Info Type
ControlWithoutValidValue(InstructionMetaInfo)
Error Info Type
InvalidControlLocation(InstructionMetaInfo)
Error Info Type
MissingEndQuotes(InstructionMetaInfo)
Error Info Type
MissingOutputVariableName(InstructionMetaInfo)
Error Info Type
InvalidEqualsLocation(InstructionMetaInfo)
Error Info Type
InvalidQuotesLocation(InstructionMetaInfo)
Error Info Type
EmptyLabel(InstructionMetaInfo)
Error Info Type
UnknownPreProcessorCommand(InstructionMetaInfo)
Error Info Type
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ErrorInfo
impl Send for ErrorInfo
impl Sync for ErrorInfo
impl Unpin for ErrorInfo
impl !UnwindSafe for ErrorInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,