Struct NodeType
#[repr(transparent)]pub struct NodeType(pub i32);Tuple Fields§
§0: i32Implementations§
§impl NodeType
impl NodeType
pub const Invalid: Self
pub const ElementNode: Self
pub const AttributeNode: Self
pub const TextNode: Self
pub const DataSectionNode: Self
pub const EntityReferenceNode: Self
pub const EntityNode: Self
pub const ProcessingInstructionNode: Self
pub const CommentNode: Self
pub const DocumentNode: Self
pub const DocumentTypeNode: Self
pub const DocumentFragmentNode: Self
pub const NotationNode: Self
Trait Implementations§
impl Copy for NodeType
impl Eq for NodeType
impl StructuralPartialEq for NodeType
Auto Trait Implementations§
impl Freeze for NodeType
impl RefUnwindSafe for NodeType
impl Send for NodeType
impl Sync for NodeType
impl Unpin for NodeType
impl UnwindSafe for NodeType
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