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
Source§fn clone(&self) -> PendingObject
fn clone(&self) -> PendingObject
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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