pub struct ReadContext { /* private fields */ }Expand description
A ReadContext holds a set of interned IDs for use during deserialization, mapping
u16 indices to IDs.
Implementations§
Trait Implementations§
Source§impl Clone for ReadContext
impl Clone for ReadContext
Source§fn clone(&self) -> ReadContext
fn clone(&self) -> ReadContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReadContext
impl RefUnwindSafe for ReadContext
impl Send for ReadContext
impl Sync for ReadContext
impl Unpin for ReadContext
impl UnsafeUnpin for ReadContext
impl UnwindSafe for ReadContext
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