Struct IndexHint
pub struct IndexHint {
pub index: DynIden,
pub type: IndexHintType,
pub scope: IndexHintScope,
}Fields§
§index: DynIden§type: IndexHintType§scope: IndexHintScopeTrait Implementations§
impl StructuralPartialEq for IndexHint
Auto Trait Implementations§
impl Freeze for IndexHint
impl RefUnwindSafe for IndexHint
impl Send for IndexHint
impl Sync for IndexHint
impl Unpin for IndexHint
impl UnwindSafe for IndexHint
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