pub struct Index<'a> {
pub data: &'a [u8],
pub offsets: VarOffsets<'a>,
}
Fields§
§data: &'a [u8]
§offsets: VarOffsets<'a>
Implementations§
Trait Implementations§
source§impl<'a> IntoIterator for Index<'a>
impl<'a> IntoIterator for Index<'a>
impl<'a> Copy for Index<'a>
Auto Trait Implementations§
impl<'a> Freeze for Index<'a>
impl<'a> RefUnwindSafe for Index<'a>
impl<'a> Send for Index<'a>
impl<'a> Sync for Index<'a>
impl<'a> Unpin for Index<'a>
impl<'a> UnwindSafe for Index<'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