Union yrs::YEventContent
source · #[repr(C)]
pub union YEventContent {
pub text: YTextEvent,
pub map: YMapEvent,
pub array: YArrayEvent,
pub xml_elem: YXmlEvent,
pub xml_text: YXmlTextEvent,
pub weak: YWeakLinkEvent,
}Fields§
§text: YTextEvent§map: YMapEvent§array: YArrayEvent§xml_elem: YXmlEvent§xml_text: YXmlTextEvent§weak: YWeakLinkEventAuto Trait Implementations§
impl Freeze for YEventContent
impl !RefUnwindSafe for YEventContent
impl !Send for YEventContent
impl !Sync for YEventContent
impl Unpin for YEventContent
impl !UnwindSafe for YEventContent
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