pub struct JsPropertyClassMemberFields {
pub modifiers: JsPropertyModifierList,
pub name: SyntaxResult<AnyJsClassMemberName>,
pub property_annotation: Option<AnyTsPropertyAnnotation>,
pub value: Option<JsInitializerClause>,
pub semicolon_token: Option<JsSyntaxToken>,
}Fields§
§modifiers: JsPropertyModifierList§name: SyntaxResult<AnyJsClassMemberName>§property_annotation: Option<AnyTsPropertyAnnotation>§value: Option<JsInitializerClause>§semicolon_token: Option<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for JsPropertyClassMemberFields
impl !Send for JsPropertyClassMemberFields
impl !Sync for JsPropertyClassMemberFields
impl Unpin for JsPropertyClassMemberFields
impl UnwindSafe for JsPropertyClassMemberFields
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