pub enum VXMLElement {
Rect,
Stroke,
Fill,
TextBox,
Shape,
ImageData,
Unsupported,
}
Variants§
Trait Implementations§
Source§impl Debug for VXMLElement
impl Debug for VXMLElement
Source§impl FromStr for VXMLElement
impl FromStr for VXMLElement
Source§impl PartialEq for VXMLElement
impl PartialEq for VXMLElement
impl StructuralPartialEq for VXMLElement
Auto Trait Implementations§
impl Freeze for VXMLElement
impl RefUnwindSafe for VXMLElement
impl Send for VXMLElement
impl Sync for VXMLElement
impl Unpin for VXMLElement
impl UnwindSafe for VXMLElement
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