pub struct FrameSnapshotWire { /* private fields */ }Expand description
The snapshot payload as written, before the phase is settled.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FrameSnapshotWire
impl<'de> Deserialize<'de> for FrameSnapshotWire
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<FrameSnapshotWire> for FrameSnapshotEvent
impl From<FrameSnapshotWire> for FrameSnapshotEvent
Source§fn from(wire: FrameSnapshotWire) -> Self
fn from(wire: FrameSnapshotWire) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FrameSnapshotWire
impl RefUnwindSafe for FrameSnapshotWire
impl Send for FrameSnapshotWire
impl Sync for FrameSnapshotWire
impl Unpin for FrameSnapshotWire
impl UnsafeUnpin for FrameSnapshotWire
impl UnwindSafe for FrameSnapshotWire
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