pub struct Amf3Array {
pub map: HashMap<Amf3String, Amf3>,
pub vec: Vec<Amf3>,
}
Expand description
Both a dense and associative array at the same time.
Fields
map: HashMap<Amf3String, Amf3>
vec: Vec<Amf3>
Implementations
Trait Implementations
sourceimpl Index<&Amf3String> for Amf3Array
impl Index<&Amf3String> for Amf3Array
impl StructuralPartialEq for Amf3Array
Auto Trait Implementations
impl RefUnwindSafe for Amf3Array
impl Send for Amf3Array
impl Sync for Amf3Array
impl Unpin for Amf3Array
impl UnwindSafe for Amf3Array
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more