pub struct ContextSnapshotHeader { /* private fields */ }Expand description
Header carrying a ContextSnapshot for in-process (local) propagation.
This preserves local-only context values that would be lost during
serialization. Preferred over ContextHeader for same-process actors.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContextSnapshotHeader
impl !RefUnwindSafe for ContextSnapshotHeader
impl Send for ContextSnapshotHeader
impl Sync for ContextSnapshotHeader
impl Unpin for ContextSnapshotHeader
impl UnsafeUnpin for ContextSnapshotHeader
impl !UnwindSafe for ContextSnapshotHeader
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