pub enum TokenizedType {
ID,
IDREF,
IDREFS,
ENTITY,
ENTITIES,
NMTOKEN,
NMTOKENS,
}
Variants§
Trait Implementations§
Source§impl Clone for TokenizedType
impl Clone for TokenizedType
Source§fn clone(&self) -> TokenizedType
fn clone(&self) -> TokenizedType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TokenizedType
impl Debug for TokenizedType
Source§impl PartialEq for TokenizedType
impl PartialEq for TokenizedType
impl Eq for TokenizedType
impl StructuralPartialEq for TokenizedType
Auto Trait Implementations§
impl Freeze for TokenizedType
impl RefUnwindSafe for TokenizedType
impl Send for TokenizedType
impl Sync for TokenizedType
impl Unpin for TokenizedType
impl UnwindSafe for TokenizedType
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