pub struct CTranspiler { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CTranspiler
impl RefUnwindSafe for CTranspiler
impl Send for CTranspiler
impl Sync for CTranspiler
impl Unpin for CTranspiler
impl UnsafeUnpin for CTranspiler
impl UnwindSafe for CTranspiler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more