pub enum ElementMultiplicity {
ZeroOrOne,
One,
Any,
}
Expand description
ElementMultiplicity
specifies how often a single child element may occur within its parent
Variants§
Trait Implementations§
Source§impl Clone for ElementMultiplicity
impl Clone for ElementMultiplicity
Source§fn clone(&self) -> ElementMultiplicity
fn clone(&self) -> ElementMultiplicity
Returns a duplicate 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 ElementMultiplicity
impl Debug for ElementMultiplicity
Source§impl PartialEq for ElementMultiplicity
impl PartialEq for ElementMultiplicity
impl Copy for ElementMultiplicity
impl Eq for ElementMultiplicity
impl StructuralPartialEq for ElementMultiplicity
Auto Trait Implementations§
impl Freeze for ElementMultiplicity
impl RefUnwindSafe for ElementMultiplicity
impl Send for ElementMultiplicity
impl Sync for ElementMultiplicity
impl Unpin for ElementMultiplicity
impl UnwindSafe for ElementMultiplicity
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