pub struct NotationDecl {
pub name: QName,
pub public_id: Option<String>,
pub system_id: Option<String>,
}Fields§
§name: QName§public_id: Option<String>§system_id: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotationDecl
impl RefUnwindSafe for NotationDecl
impl Send for NotationDecl
impl Sync for NotationDecl
impl Unpin for NotationDecl
impl UnsafeUnpin for NotationDecl
impl UnwindSafe for NotationDecl
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