Struct stc_ts_type_cache::RefFinder
source · [−]pub struct RefFinder {
pub(crate) found: bool,
}
Fields
found: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RefFinder
impl Send for RefFinder
impl Sync for RefFinder
impl Unpin for RefFinder
impl UnwindSafe for RefFinder
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