Enum nom_xml::attribute::TokenizedType
source · 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<TokenizedType> for TokenizedType
impl PartialEq<TokenizedType> for TokenizedType
source§fn eq(&self, other: &TokenizedType) -> bool
fn eq(&self, other: &TokenizedType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TokenizedType
Auto Trait Implementations§
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