Struct beancount_parser_lima::types::FlagLetter
source · pub struct FlagLetter(/* private fields */);Expand description
A flag other than one of the builtin ones.
Implementations§
Trait Implementations§
source§impl Clone for FlagLetter
impl Clone for FlagLetter
source§fn clone(&self) -> FlagLetter
fn clone(&self) -> FlagLetter
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 FlagLetter
impl Debug for FlagLetter
source§impl PartialEq for FlagLetter
impl PartialEq for FlagLetter
source§fn eq(&self, other: &FlagLetter) -> bool
fn eq(&self, other: &FlagLetter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<char> for FlagLetter
impl TryFrom<char> for FlagLetter
impl Copy for FlagLetter
impl Eq for FlagLetter
impl StructuralPartialEq for FlagLetter
Auto Trait Implementations§
impl RefUnwindSafe for FlagLetter
impl Send for FlagLetter
impl Sync for FlagLetter
impl Unpin for FlagLetter
impl UnwindSafe for FlagLetter
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