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