#[repr(C)]pub enum PolyXmlFieldKind {
Attribute = 0,
Element = 1,
Text = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for PolyXmlFieldKind
impl RefUnwindSafe for PolyXmlFieldKind
impl Send for PolyXmlFieldKind
impl Sync for PolyXmlFieldKind
impl Unpin for PolyXmlFieldKind
impl UnsafeUnpin for PolyXmlFieldKind
impl UnwindSafe for PolyXmlFieldKind
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