Struct beancount_parser::Close
source · pub struct Close<'a> { /* private fields */ }Expand description
The close account directive
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Close<'a>
impl<'a> Send for Close<'a>
impl<'a> Sync for Close<'a>
impl<'a> Unpin for Close<'a>
impl<'a> UnwindSafe for Close<'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