Struct biome_js_syntax::TsUnionTypeFields
source · pub struct TsUnionTypeFields {
pub leading_separator_token: Option<JsSyntaxToken>,
pub types: TsUnionTypeVariantList,
}Fields§
§leading_separator_token: Option<JsSyntaxToken>§types: TsUnionTypeVariantListAuto Trait Implementations§
impl RefUnwindSafe for TsUnionTypeFields
impl !Send for TsUnionTypeFields
impl !Sync for TsUnionTypeFields
impl Unpin for TsUnionTypeFields
impl UnwindSafe for TsUnionTypeFields
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