pub struct IndexHint<'a> {
pub use_: IndexHintUse,
pub type_: IndexHintType,
pub for_: Option<(Span, IndexHintFor)>,
pub lparen: Span,
pub index_list: Vec<Identifier<'a>>,
pub rparen: Span,
}
Fields§
§use_: IndexHintUse
§type_: IndexHintType
§for_: Option<(Span, IndexHintFor)>
§lparen: Span
§index_list: Vec<Identifier<'a>>
§rparen: Span
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for IndexHint<'a>
impl<'a> RefUnwindSafe for IndexHint<'a>
impl<'a> Send for IndexHint<'a>
impl<'a> Sync for IndexHint<'a>
impl<'a> Unpin for IndexHint<'a>
impl<'a> UnwindSafe for IndexHint<'a>
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