Struct stc_ts_type_ops::expansion::ExpansionPreventer
source · [−]pub struct ExpansionPreventer {
pub is_for_ignoring: bool,
}
Fields
is_for_ignoring: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExpansionPreventer
impl Send for ExpansionPreventer
impl Sync for ExpansionPreventer
impl Unpin for ExpansionPreventer
impl UnwindSafe for ExpansionPreventer
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