pub struct TsTypeAssertionAssignmentFields {
pub l_angle_token: SyntaxResult<JsSyntaxToken>,
pub ty: SyntaxResult<AnyTsType>,
pub r_angle_token: SyntaxResult<JsSyntaxToken>,
pub assignment: SyntaxResult<AnyJsAssignment>,
}Fields§
§l_angle_token: SyntaxResult<JsSyntaxToken>§ty: SyntaxResult<AnyTsType>§r_angle_token: SyntaxResult<JsSyntaxToken>§assignment: SyntaxResult<AnyJsAssignment>Auto Trait Implementations§
impl RefUnwindSafe for TsTypeAssertionAssignmentFields
impl !Send for TsTypeAssertionAssignmentFields
impl !Sync for TsTypeAssertionAssignmentFields
impl Unpin for TsTypeAssertionAssignmentFields
impl UnwindSafe for TsTypeAssertionAssignmentFields
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