pub(crate) struct ObjectM {
keys: Vec<String>,
values: Vec<Value>,
prime: Serializer,
turn: bool,
}Fields§
§keys: Vec<String>§values: Vec<Value>§prime: Serializer§turn: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectM
impl !RefUnwindSafe for ObjectM
impl !Send for ObjectM
impl !Sync for ObjectM
impl Unpin for ObjectM
impl !UnwindSafe for ObjectM
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