pub struct NotWalked;
Expand description
A type used to parameterize QueryTrail
to know that walk
has not been called.
Auto Trait Implementations§
impl Freeze for NotWalked
impl RefUnwindSafe for NotWalked
impl Send for NotWalked
impl Sync for NotWalked
impl Unpin for NotWalked
impl UnwindSafe for NotWalked
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