pub struct IndexType<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> FromType<'a> for IndexType<'a>
impl<'a> FromType<'a> for IndexType<'a>
fn matches(flags: TypeFlags, _object_flags: ObjectFlags) -> bool
unsafe fn from_type_unchecked(t: Type<'a>) -> Self
impl<'a> Copy for IndexType<'a>
Auto Trait Implementations§
impl<'a> Freeze for IndexType<'a>
impl<'a> RefUnwindSafe for IndexType<'a>
impl<'a> !Send for IndexType<'a>
impl<'a> !Sync for IndexType<'a>
impl<'a> Unpin for IndexType<'a>
impl<'a> UnsafeUnpin for IndexType<'a>
impl<'a> UnwindSafe for IndexType<'a>
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