pub struct PegScope;Expand description
PegScope (840).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PegScope
impl RefUnwindSafe for PegScope
impl Send for PegScope
impl Sync for PegScope
impl Unpin for PegScope
impl UnsafeUnpin for PegScope
impl UnwindSafe for PegScope
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