pub struct IndexParams {
pub bracket_token: Bracket,
pub params: Punctuated<ExistsParam, Comma>,
}
Fields§
§bracket_token: Bracket
§params: Punctuated<ExistsParam, Comma>
Implementations§
Source§impl IndexParams
impl IndexParams
fn to_tokens_inner(&self, tokens: &mut TokenStream, mode: Mode)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndexParams
impl RefUnwindSafe for IndexParams
impl !Send for IndexParams
impl !Sync for IndexParams
impl Unpin for IndexParams
impl UnwindSafe for IndexParams
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