Struct swc_common::hygiene::MutableMarkContext
source · [−]Tuple Fields
0: u32
1: u32
2: u32
Auto Trait Implementations
impl RefUnwindSafe for MutableMarkContext
impl Send for MutableMarkContext
impl Sync for MutableMarkContext
impl Unpin for MutableMarkContext
impl UnwindSafe for MutableMarkContext
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