Enum nom_xml::reference::CharRefState
source · pub enum CharRefState {
Decimal,
Hexadecimal,
}Variants§
Trait Implementations§
source§impl Clone for CharRefState
impl Clone for CharRefState
source§fn clone(&self) -> CharRefState
fn clone(&self) -> CharRefState
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 CharRefState
impl Debug for CharRefState
source§impl PartialEq<CharRefState> for CharRefState
impl PartialEq<CharRefState> for CharRefState
source§fn eq(&self, other: &CharRefState) -> bool
fn eq(&self, other: &CharRefState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CharRefState
Auto Trait Implementations§
impl RefUnwindSafe for CharRefState
impl Send for CharRefState
impl Sync for CharRefState
impl Unpin for CharRefState
impl UnwindSafe for CharRefState
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