pub struct AttDecl {
pub name: String,
pub att_type: AttType,
pub default: AttDefault,
}Expand description
One row of an <!ATTLIST element name type default> block.
Fields§
§name: String§att_type: AttType§default: AttDefaultTrait Implementations§
Auto Trait Implementations§
impl Freeze for AttDecl
impl RefUnwindSafe for AttDecl
impl Send for AttDecl
impl Sync for AttDecl
impl Unpin for AttDecl
impl UnsafeUnpin for AttDecl
impl UnwindSafe for AttDecl
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