Enum beancount_parser_lima::types::Flag
source · pub enum Flag {
Asterisk,
Exclamation,
Ampersand,
Hash,
Question,
Percent,
Letter(FlagLetter),
}Expand description
A flag on a Posting or Transaction.
Variants§
Trait Implementations§
source§impl ElementType for Flag
impl ElementType for Flag
fn element_type(&self) -> &'static str
source§impl PartialEq for Flag
impl PartialEq for Flag
impl Copy for Flag
impl Eq for Flag
impl StructuralPartialEq for Flag
Auto Trait Implementations§
impl RefUnwindSafe for Flag
impl Send for Flag
impl Sync for Flag
impl Unpin for Flag
impl UnwindSafe for Flag
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more