[−][src]Enum rustpython_parser::error::FStringErrorType
Variants
InvalidExpression(Box<ParseErrorType>)Trait Implementations
impl Debug for FStringErrorType[src]
impl Display for FStringErrorType[src]
impl PartialEq<FStringErrorType> for FStringErrorType[src]
fn eq(&self, other: &FStringErrorType) -> bool[src]
fn ne(&self, other: &FStringErrorType) -> bool[src]
impl StructuralPartialEq for FStringErrorType[src]
Auto Trait Implementations
impl RefUnwindSafe for FStringErrorType
impl Send for FStringErrorType
impl Sync for FStringErrorType
impl Unpin for FStringErrorType
impl UnwindSafe for FStringErrorType
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> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
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>,