#[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
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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more