Struct rust_debug::evaluate::evaluate::VariantPartValue [−][src]
pub struct VariantPartValue<R: Reader<Offset = usize>> {
pub variant: Option<MemberValue<R>>,
pub variants: Vec<VariantValue<R>>,
}Expand description
Struct that represents a variant_part.
Fields
variant: Option<MemberValue<R>>The variant value
variants: Vec<VariantValue<R>>The variants
Implementations
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for VariantPartValue<R> where
R: RefUnwindSafe,
impl<R> Send for VariantPartValue<R> where
R: Send,
impl<R> Sync for VariantPartValue<R> where
R: Sync,
impl<R> Unpin for VariantPartValue<R> where
R: Unpin,
impl<R> UnwindSafe for VariantPartValue<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more