pub struct ID(/* private fields */);Expand description
An XML ID (XML production 56) must match the Name production (5): Name ::= NameStartChar NameChar* An ID must be unique within a document. It is the responsibility of the document to check for compliance.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ID
impl RefUnwindSafe for ID
impl Send for ID
impl Sync for ID
impl Unpin for ID
impl UnsafeUnpin for ID
impl UnwindSafe for ID
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