#[repr(transparent)]pub struct NodeType(pub i32);
Expand description
Required features: "Data_Xml_Dom"
Tuple Fields
0: i32
Implementations
impl NodeType
impl NodeType
pub const Invalid: Self = Self(0i32)
pub const ElementNode: Self = Self(1i32)
pub const AttributeNode: Self = Self(2i32)
pub const TextNode: Self = Self(3i32)
pub const DataSectionNode: Self = Self(4i32)
pub const EntityReferenceNode: Self = Self(5i32)
pub const EntityNode: Self = Self(6i32)
pub const ProcessingInstructionNode: Self = Self(7i32)
pub const CommentNode: Self = Self(8i32)
pub const DocumentNode: Self = Self(9i32)
pub const DocumentTypeNode: Self = Self(10i32)
pub const DocumentFragmentNode: Self = Self(11i32)
pub const NotationNode: Self = Self(12i32)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeType
impl Send for NodeType
impl Sync for NodeType
impl Unpin for NodeType
impl UnwindSafe for NodeType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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