pub enum IndexHintUse {
Use(Span),
Ignore(Span),
Force(Span),
}
Variants§
Trait Implementations§
Source§impl Clone for IndexHintUse
impl Clone for IndexHintUse
Source§fn clone(&self) -> IndexHintUse
fn clone(&self) -> IndexHintUse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IndexHintUse
impl Debug for IndexHintUse
Auto Trait Implementations§
impl Freeze for IndexHintUse
impl RefUnwindSafe for IndexHintUse
impl Send for IndexHintUse
impl Sync for IndexHintUse
impl Unpin for IndexHintUse
impl UnwindSafe for IndexHintUse
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