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