pub struct JsObjectBindingPatternPropertyFields {
pub member: SyntaxResult<AnyJsObjectMemberName>,
pub colon_token: SyntaxResult<JsSyntaxToken>,
pub pattern: SyntaxResult<AnyJsBindingPattern>,
pub init: Option<JsInitializerClause>,
}Fields§
§member: SyntaxResult<AnyJsObjectMemberName>§colon_token: SyntaxResult<JsSyntaxToken>§pattern: SyntaxResult<AnyJsBindingPattern>§init: Option<JsInitializerClause>Auto Trait Implementations§
impl RefUnwindSafe for JsObjectBindingPatternPropertyFields
impl !Send for JsObjectBindingPatternPropertyFields
impl !Sync for JsObjectBindingPatternPropertyFields
impl Unpin for JsObjectBindingPatternPropertyFields
impl UnwindSafe for JsObjectBindingPatternPropertyFields
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