pub struct DataUnion {
pub fields: FieldsNamed,
}Expand description
Data associated with union type information.
Fields§
§fields: FieldsNamedThe fields that this union consists of.
Trait Implementations§
impl Eq for DataUnion
Source§impl Ord for DataUnion
impl Ord for DataUnion
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DataUnion
impl PartialOrd for DataUnion
impl StructuralPartialEq for DataUnion
Auto Trait Implementations§
impl Freeze for DataUnion
impl RefUnwindSafe for DataUnion
impl Send for DataUnion
impl Sync for DataUnion
impl Unpin for DataUnion
impl UnsafeUnpin for DataUnion
impl UnwindSafe for DataUnion
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