pub struct AccountStartBalance {
pub gl_account_code: String,
pub description: String,
pub balance: String,
}Expand description
Opening balance for a GL account.
Fields§
§gl_account_code: String§description: String§balance: StringTrait Implementations§
Source§impl Clone for AccountStartBalance
impl Clone for AccountStartBalance
Source§fn clone(&self) -> AccountStartBalance
fn clone(&self) -> AccountStartBalance
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for AccountStartBalance
impl RefUnwindSafe for AccountStartBalance
impl Send for AccountStartBalance
impl Sync for AccountStartBalance
impl Unpin for AccountStartBalance
impl UnsafeUnpin for AccountStartBalance
impl UnwindSafe for AccountStartBalance
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