pub struct TypeScriptParser;Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeScriptParser
impl RefUnwindSafe for TypeScriptParser
impl Send for TypeScriptParser
impl Sync for TypeScriptParser
impl Unpin for TypeScriptParser
impl UnwindSafe for TypeScriptParser
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