pub struct EndMarker {}Expand description
Empty marker payload for the End outcome. Encoded as {} so
future fields (e.g. a final summary) can be added without breaking
the wire shape.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EndMarker
impl<'de> Deserialize<'de> for EndMarker
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
impl Eq for EndMarker
impl StructuralPartialEq for EndMarker
Auto Trait Implementations§
impl Freeze for EndMarker
impl RefUnwindSafe for EndMarker
impl Send for EndMarker
impl Sync for EndMarker
impl Unpin for EndMarker
impl UnsafeUnpin for EndMarker
impl UnwindSafe for EndMarker
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