pub struct ObjStm { /* private fields */ }Expand description
A decoded object stream and its member table.
Built once per container and cached by the store: decoding a stream is expensive and a document reads most of its objects out of a handful of them.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjStm
impl RefUnwindSafe for ObjStm
impl Send for ObjStm
impl Sync for ObjStm
impl Unpin for ObjStm
impl UnsafeUnpin for ObjStm
impl UnwindSafe for ObjStm
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