pub struct TsIntersectionTypeFields {
pub leading_separator_token: Option<JsSyntaxToken>,
pub types: TsIntersectionTypeElementList,
}Fields§
§leading_separator_token: Option<JsSyntaxToken>§types: TsIntersectionTypeElementListAuto Trait Implementations§
impl RefUnwindSafe for TsIntersectionTypeFields
impl !Send for TsIntersectionTypeFields
impl !Sync for TsIntersectionTypeFields
impl Unpin for TsIntersectionTypeFields
impl UnwindSafe for TsIntersectionTypeFields
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