pub struct ArrayItem {
pub index: usize,
pub value: Value,
}
Fields§
§index: usize
§value: Value
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArrayItem
impl RefUnwindSafe for ArrayItem
impl Send for ArrayItem
impl Sync for ArrayItem
impl Unpin for ArrayItem
impl UnwindSafe for ArrayItem
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