Struct biome_js_syntax::TsObjectTypeFields
source · pub struct TsObjectTypeFields {
pub l_curly_token: SyntaxResult<JsSyntaxToken>,
pub members: TsTypeMemberList,
pub r_curly_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§l_curly_token: SyntaxResult<JsSyntaxToken>§members: TsTypeMemberList§r_curly_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for TsObjectTypeFields
impl !Send for TsObjectTypeFields
impl !Sync for TsObjectTypeFields
impl Unpin for TsObjectTypeFields
impl UnwindSafe for TsObjectTypeFields
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