Enum cdoc_parser::raw::ArgumentVal
source · pub enum ArgumentVal {
Flag(CowStr),
Content(Vec<ElementInfo>),
String(CowStr),
Int(i64),
Float(f64),
}Variants§
Trait Implementations§
source§impl Clone for ArgumentVal
impl Clone for ArgumentVal
source§fn clone(&self) -> ArgumentVal
fn clone(&self) -> ArgumentVal
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 ArgumentVal
impl Debug for ArgumentVal
source§impl PartialEq for ArgumentVal
impl PartialEq for ArgumentVal
source§fn eq(&self, other: &ArgumentVal) -> bool
fn eq(&self, other: &ArgumentVal) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ToString for ArgumentVal
impl ToString for ArgumentVal
impl StructuralPartialEq for ArgumentVal
Auto Trait Implementations§
impl RefUnwindSafe for ArgumentVal
impl Send for ArgumentVal
impl Sync for ArgumentVal
impl Unpin for ArgumentVal
impl UnwindSafe for ArgumentVal
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