pub struct ListTypeAnnotationSyntax<'src> {
pub brackets: DelimiterPair<'src>,
}Expand description
Syntax detail for a ListTypeAnnotation.
Fields§
§brackets: DelimiterPair<'src>Trait Implementations§
Source§impl<'src> Clone for ListTypeAnnotationSyntax<'src>
impl<'src> Clone for ListTypeAnnotationSyntax<'src>
Source§fn clone(&self) -> ListTypeAnnotationSyntax<'src>
fn clone(&self) -> ListTypeAnnotationSyntax<'src>
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<'src> Debug for ListTypeAnnotationSyntax<'src>
impl<'src> Debug for ListTypeAnnotationSyntax<'src>
Source§impl<'src> PartialEq for ListTypeAnnotationSyntax<'src>
impl<'src> PartialEq for ListTypeAnnotationSyntax<'src>
Source§fn eq(&self, other: &ListTypeAnnotationSyntax<'src>) -> bool
fn eq(&self, other: &ListTypeAnnotationSyntax<'src>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'src> StructuralPartialEq for ListTypeAnnotationSyntax<'src>
Auto Trait Implementations§
impl<'src> Freeze for ListTypeAnnotationSyntax<'src>
impl<'src> RefUnwindSafe for ListTypeAnnotationSyntax<'src>
impl<'src> Send for ListTypeAnnotationSyntax<'src>
impl<'src> Sync for ListTypeAnnotationSyntax<'src>
impl<'src> Unpin for ListTypeAnnotationSyntax<'src>
impl<'src> UnsafeUnpin for ListTypeAnnotationSyntax<'src>
impl<'src> UnwindSafe for ListTypeAnnotationSyntax<'src>
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