Struct quil::expression::RustParseExpressionError
source · pub struct RustParseExpressionError(/* private fields */);Trait Implementations§
source§impl Debug for RustParseExpressionError
impl Debug for RustParseExpressionError
source§impl Display for RustParseExpressionError
impl Display for RustParseExpressionError
source§impl Error for RustParseExpressionError
impl Error for RustParseExpressionError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<ParseProgramError<Expression>> for RustParseExpressionError
impl From<ParseProgramError<Expression>> for RustParseExpressionError
source§fn from(inner: ParseProgramError<Expression>) -> Self
fn from(inner: ParseProgramError<Expression>) -> Self
Converts to this type from the input type.
source§impl From<RustParseExpressionError> for ParseProgramError<Expression>
impl From<RustParseExpressionError> for ParseProgramError<Expression>
source§fn from(outer: RustParseExpressionError) -> Self
fn from(outer: RustParseExpressionError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for RustParseExpressionError
impl Send for RustParseExpressionError
impl Sync for RustParseExpressionError
impl Unpin for RustParseExpressionError
impl !UnwindSafe for RustParseExpressionError
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