pub struct YieldValueUsageFinder {
pub found: bool,
}
Fields
found: bool
Trait Implementations
sourceimpl Default for YieldValueUsageFinder
impl Default for YieldValueUsageFinder
sourcefn default() -> YieldValueUsageFinder
fn default() -> YieldValueUsageFinder
Returns the “default value” for a type. Read more
sourceimpl Visit<RArrowExpr> for YieldValueUsageFinder
impl Visit<RArrowExpr> for YieldValueUsageFinder
noop
fn visit(&mut self, _: &RArrowExpr)
sourceimpl Visit<RAssignExpr> for YieldValueUsageFinder
impl Visit<RAssignExpr> for YieldValueUsageFinder
fn visit(&mut self, e: &RAssignExpr)
sourceimpl Visit<RVarDeclarator> for YieldValueUsageFinder
impl Visit<RVarDeclarator> for YieldValueUsageFinder
fn visit(&mut self, v: &RVarDeclarator)
Auto Trait Implementations
impl RefUnwindSafe for YieldValueUsageFinder
impl Send for YieldValueUsageFinder
impl Sync for YieldValueUsageFinder
impl Unpin for YieldValueUsageFinder
impl UnwindSafe for YieldValueUsageFinder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more