Struct beancount_parser::Open
source · pub struct Open<'a> { /* private fields */ }Expand description
Open account directive
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Open<'a>
impl<'a> Send for Open<'a>
impl<'a> Sync for Open<'a>
impl<'a> Unpin for Open<'a>
impl<'a> UnwindSafe for Open<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more