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