pub enum DTDDecl {
Notation((Option<String>, String), String),
GeneralEntity((Option<String>, String), String),
ParamEntity((Option<String>, String), String),
}Variants§
Notation((Option<String>, String), String)
GeneralEntity((Option<String>, String), String)
ParamEntity((Option<String>, String), String)
Trait Implementations§
impl Eq for DTDDecl
impl StructuralPartialEq for DTDDecl
Auto Trait Implementations§
impl Freeze for DTDDecl
impl RefUnwindSafe for DTDDecl
impl Send for DTDDecl
impl Sync for DTDDecl
impl Unpin for DTDDecl
impl UnsafeUnpin for DTDDecl
impl UnwindSafe for DTDDecl
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