Struct stc_ts_type_ops::metadata::TypeFinder
source · [−]Fields
found: bool
check: fn(_: &Type) -> bool
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeFinder
impl Send for TypeFinder
impl Sync for TypeFinder
impl Unpin for TypeFinder
impl UnwindSafe for TypeFinder
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