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,
}Fields
text: YTextEventmap: YMapEventarray: YArrayEventxml_elem: YXmlEventxml_text: YXmlTextEventAuto Trait Implementations
impl !RefUnwindSafe for YEventContent
impl !Send for YEventContent
impl !Sync for YEventContent
impl Unpin for YEventContent
impl !UnwindSafe for YEventContent
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