Enum paste::Lookbehind
source · pub(crate) enum Lookbehind {
JointColon,
DoubleColon,
Pound,
PoundBang,
Other,
}
Variants§
Trait Implementations§
source§impl PartialEq for Lookbehind
impl PartialEq for Lookbehind
impl StructuralPartialEq for Lookbehind
Auto Trait Implementations§
impl Freeze for Lookbehind
impl RefUnwindSafe for Lookbehind
impl Send for Lookbehind
impl Sync for Lookbehind
impl Unpin for Lookbehind
impl UnwindSafe for Lookbehind
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