pub enum ExpressionPatternType {
Identifier(IdentifierData),
}Variants§
Identifier(IdentifierData)
Implementations§
Source§impl ExpressionPatternType
impl ExpressionPatternType
pub fn convert_to_pattern(self) -> PatternType
pub fn convert_to_expression(self) -> ExpressionType
Trait Implementations§
Source§impl Debug for ExpressionPatternType
impl Debug for ExpressionPatternType
Auto Trait Implementations§
impl !Send for ExpressionPatternType
impl !Sync for ExpressionPatternType
impl Freeze for ExpressionPatternType
impl RefUnwindSafe for ExpressionPatternType
impl Unpin for ExpressionPatternType
impl UnsafeUnpin for ExpressionPatternType
impl UnwindSafe for ExpressionPatternType
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