pub struct Index<'a> {
pub value: Expression<'a>,
pub star: Option<&'a str>,
pub whitespace_after_star: Option<ParenthesizableWhitespace<'a>>,
}
Fields§
§value: Expression<'a>
§star: Option<&'a str>
§whitespace_after_star: Option<ParenthesizableWhitespace<'a>>
Trait Implementations§
impl<'a> Eq for Index<'a>
impl<'a> StructuralPartialEq for Index<'a>
Auto Trait Implementations§
impl<'a> Freeze for Index<'a>
impl<'a> RefUnwindSafe for Index<'a>
impl<'a> Send for Index<'a>
impl<'a> Sync for Index<'a>
impl<'a> Unpin for Index<'a>
impl<'a> UnwindSafe for Index<'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