pub struct TypescriptCode { /* private fields */ }Auto Trait Implementations§
impl Freeze for TypescriptCode
impl RefUnwindSafe for TypescriptCode
impl Send for TypescriptCode
impl Sync for TypescriptCode
impl Unpin for TypescriptCode
impl UnsafeUnpin for TypescriptCode
impl UnwindSafe for TypescriptCode
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