pub enum ArrayKey {
Long(i64),
String(String),
}
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for ArrayKey
Auto Trait Implementations§
impl Freeze for ArrayKey
impl RefUnwindSafe for ArrayKey
impl Send for ArrayKey
impl Sync for ArrayKey
impl Unpin for ArrayKey
impl UnwindSafe for ArrayKey
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