pub struct JsShorthandPropertyObjectMemberFields {
pub name: SyntaxResult<JsReferenceIdentifier>,
}Fields§
§name: SyntaxResult<JsReferenceIdentifier>Auto Trait Implementations§
impl RefUnwindSafe for JsShorthandPropertyObjectMemberFields
impl !Send for JsShorthandPropertyObjectMemberFields
impl !Sync for JsShorthandPropertyObjectMemberFields
impl Unpin for JsShorthandPropertyObjectMemberFields
impl UnwindSafe for JsShorthandPropertyObjectMemberFields
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