struct PendingObject {
object_id: u64,
index_in_stream: u64,
}Expand description
The object the framer emitted most recently, whose forward-or-elide disposition has not been committed to the cursor yet.
Fields§
§object_id: u64§index_in_stream: u64Trait Implementations§
Source§impl Clone for PendingObject
impl Clone for PendingObject
impl Copy for PendingObject
Auto Trait Implementations§
impl Freeze for PendingObject
impl RefUnwindSafe for PendingObject
impl Send for PendingObject
impl Sync for PendingObject
impl Unpin for PendingObject
impl UnsafeUnpin for PendingObject
impl UnwindSafe for PendingObject
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