pub struct TsIndexedArray { /* private fields */ }
Expand description
Implementations§
Source§impl TsIndexedArray
impl TsIndexedArray
pub fn ty(&self) -> Option<TsType>
pub fn l_brack_token(&self) -> Option<SyntaxToken>
pub fn r_brack_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for TsIndexedArray
impl AstNode for TsIndexedArray
Source§impl Clone for TsIndexedArray
impl Clone for TsIndexedArray
Source§fn clone(&self) -> TsIndexedArray
fn clone(&self) -> TsIndexedArray
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TsIndexedArray
impl Debug for TsIndexedArray
Source§impl Display for TsIndexedArray
impl Display for TsIndexedArray
Source§impl From<TsIndexedArray> for TsType
impl From<TsIndexedArray> for TsType
Source§fn from(node: TsIndexedArray) -> TsType
fn from(node: TsIndexedArray) -> TsType
Converts to this type from the input type.
Source§impl Hash for TsIndexedArray
impl Hash for TsIndexedArray
Source§impl PartialEq for TsIndexedArray
impl PartialEq for TsIndexedArray
impl Eq for TsIndexedArray
impl StructuralPartialEq for TsIndexedArray
Auto Trait Implementations§
impl Freeze for TsIndexedArray
impl RefUnwindSafe for TsIndexedArray
impl Send for TsIndexedArray
impl Sync for TsIndexedArray
impl Unpin for TsIndexedArray
impl UnwindSafe for TsIndexedArray
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