Expand description
This is the data that needs to be serialized and passed to the serde deserializer so that the value::Sum can know its variant name and index as described in the layout
Fields
index: u8
Index of variant
name: String
Name of variant
Trait Implementations
sourceimpl<'de> Deserialize<'de> for EnumData
impl<'de> Deserialize<'de> for EnumData
sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for EnumData
impl Send for EnumData
impl Sync for EnumData
impl Unpin for EnumData
impl UnwindSafe for EnumData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more