Struct stc_ts_type_ops::union_finder::UnionFinder
source · [−]pub struct UnionFinder {
pub found: bool,
}
Fields
found: bool
Trait Implementations
sourceimpl Debug for UnionFinder
impl Debug for UnionFinder
sourceimpl Default for UnionFinder
impl Default for UnionFinder
sourcefn default() -> UnionFinder
fn default() -> UnionFinder
Returns the “default value” for a type. Read more
sourceimpl Visit<MethodSignature> for UnionFinder
impl Visit<MethodSignature> for UnionFinder
fn visit(&mut self, _: &MethodSignature)
sourceimpl Visit<PropertySignature> for UnionFinder
impl Visit<PropertySignature> for UnionFinder
fn visit(&mut self, _: &PropertySignature)
Auto Trait Implementations
impl RefUnwindSafe for UnionFinder
impl Send for UnionFinder
impl Sync for UnionFinder
impl Unpin for UnionFinder
impl UnwindSafe for UnionFinder
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