Struct beancount_parser::Option
source · pub struct Option<'a> { /* private fields */ }Available on crate feature
unstable only.Expand description
beancount option
see: https://beancount.github.io/docs/beancount_language_syntax.html#options
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Option<'a>
impl<'a> Send for Option<'a>
impl<'a> Sync for Option<'a>
impl<'a> Unpin for Option<'a>
impl<'a> UnwindSafe for Option<'a>
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