#[repr(transparent)]pub struct NodeType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)