pub struct IndexVar(/* private fields */);Expand description
Trait Implementations§
impl Copy for IndexVar
impl Eq for IndexVar
impl StructuralPartialEq for IndexVar
Auto Trait Implementations§
impl Freeze for IndexVar
impl RefUnwindSafe for IndexVar
impl Send for IndexVar
impl Sync for IndexVar
impl Unpin for IndexVar
impl UnsafeUnpin for IndexVar
impl UnwindSafe for IndexVar
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, U> TryIntoRef<U> for Twhere
U: TryFromRef<T>,
impl<T, U> TryIntoRef<U> for Twhere
U: TryFromRef<T>,
Source§type Err = <U as TryFromRef<T>>::Err
type Err = <U as TryFromRef<T>>::Err
The type returned in the event of a conversion error.
Source§fn try_into_ref(&self) -> Result<U, <U as TryFromRef<T>>::Err>
fn try_into_ref(&self) -> Result<U, <U as TryFromRef<T>>::Err>
Performs the conversion.