Struct stc_ts_type_ops::this::ThisFinder
source · [−]struct ThisFinder {
found: bool,
}
Fields
found: bool
Trait Implementations
sourceimpl Default for ThisFinder
impl Default for ThisFinder
sourcefn default() -> ThisFinder
fn default() -> ThisFinder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ThisFinder
impl Send for ThisFinder
impl Sync for ThisFinder
impl Unpin for ThisFinder
impl UnwindSafe for ThisFinder
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