pub struct RMPVObject {
pub values: Vec<(Value, Value)>,
}Fields§
§values: Vec<(Value, Value)>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RMPVObject
impl RefUnwindSafe for RMPVObject
impl Send for RMPVObject
impl Sync for RMPVObject
impl Unpin for RMPVObject
impl UnwindSafe for RMPVObject
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