pub struct IndexArg {
pub accessor: Ident,
pub is_unique: bool,
pub kind: IndexType,
}Fields§
§accessor: Ident§is_unique: bool§kind: IndexTypeAuto Trait Implementations§
impl !Send for IndexArg
impl !Sync for IndexArg
impl Freeze for IndexArg
impl RefUnwindSafe for IndexArg
impl Unpin for IndexArg
impl UnsafeUnpin for IndexArg
impl UnwindSafe for IndexArg
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