pub struct ScopeParser;Auto Trait Implementations§
impl Freeze for ScopeParser
impl RefUnwindSafe for ScopeParser
impl Send for ScopeParser
impl Sync for ScopeParser
impl Unpin for ScopeParser
impl UnwindSafe for ScopeParser
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