pub struct Lookaround {
pub kind: LookaroundKind,
pub rule: Rule,
pub span: Span,
}Fields§
§kind: LookaroundKind§rule: Rule§span: SpanTrait Implementations§
Source§impl Clone for Lookaround
impl Clone for Lookaround
Source§fn clone(&self) -> Lookaround
fn clone(&self) -> Lookaround
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 moreAuto Trait Implementations§
impl Freeze for Lookaround
impl RefUnwindSafe for Lookaround
impl Send for Lookaround
impl Sync for Lookaround
impl Unpin for Lookaround
impl UnwindSafe for Lookaround
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