pub enum MangleExprKind {
Subst,
Transl,
}Expand description
Type of mangling expression
Variants§
Subst
Substitution (s/pattern/replacement/flags)
Transl
Translation (tr/pattern/replacement/flags or y/pattern/replacement/flags)
Trait Implementations§
Source§impl Clone for MangleExprKind
impl Clone for MangleExprKind
Source§fn clone(&self) -> MangleExprKind
fn clone(&self) -> MangleExprKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MangleExprKind
impl Debug for MangleExprKind
Source§impl PartialEq for MangleExprKind
impl PartialEq for MangleExprKind
impl Eq for MangleExprKind
impl StructuralPartialEq for MangleExprKind
Auto Trait Implementations§
impl Freeze for MangleExprKind
impl RefUnwindSafe for MangleExprKind
impl Send for MangleExprKind
impl Sync for MangleExprKind
impl Unpin for MangleExprKind
impl UnwindSafe for MangleExprKind
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