pub enum Ps {
Show 17 variants
Id,
Mid,
Lit,
Use,
Def,
DocInner,
DocOuter,
For,
Lambda0,
Lambda,
DoubleRef,
Make,
Match,
ImplicitDo,
Ellipsis,
End,
Op(Op),
}Expand description
PseudoOperator: fake operators used to give certain tokens special behavior.
Variants§
Id
Mid
Lit
Use
Def
DocInner
DocOuter
For
Lambda0
Lambda
DoubleRef
Make
Match
ImplicitDo
Ellipsis
End
Op(Op)
Trait Implementations§
impl Copy for Ps
impl Eq for Ps
impl StructuralPartialEq for Ps
Auto Trait Implementations§
impl Freeze for Ps
impl RefUnwindSafe for Ps
impl Send for Ps
impl Sync for Ps
impl Unpin for Ps
impl UnwindSafe for Ps
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