pub struct EnumValue {
pub type_name: Rc<str>,
pub case: Rc<str>,
pub payload: Payload,
}Fields§
§type_name: Rc<str>Fully qualified type name, or Option / Result for the builtins.
case: Rc<str>§payload: PayloadTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EnumValue
impl !Send for EnumValue
impl !Sync for EnumValue
impl !UnwindSafe for EnumValue
impl Freeze for EnumValue
impl Unpin for EnumValue
impl UnsafeUnpin for EnumValue
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