Struct biome_js_syntax::JsModuleSourceFields
source · pub struct JsModuleSourceFields {
pub value_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§value_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for JsModuleSourceFields
impl !Send for JsModuleSourceFields
impl !Sync for JsModuleSourceFields
impl Unpin for JsModuleSourceFields
impl UnwindSafe for JsModuleSourceFields
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