pub struct ArrayType { /* private fields */ }Implementations§
Source§impl ArrayType
impl ArrayType
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn keyword(&self) -> Option<SyntaxToken>
pub fn field_type(&self) -> Option<FieldType>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
Trait Implementations§
impl Eq for ArrayType
impl StructuralPartialEq for ArrayType
Auto Trait Implementations§
impl !Send for ArrayType
impl !Sync for ArrayType
impl Freeze for ArrayType
impl RefUnwindSafe for ArrayType
impl Unpin for ArrayType
impl UnsafeUnpin for ArrayType
impl UnwindSafe for ArrayType
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