pub struct AccountLinkInput {
pub standard_id: String,
pub account_code: String,
pub account_name: String,
}Expand description
Input data for linking a standard to a GL account.
Fields§
§standard_id: String§account_code: String§account_name: StringTrait Implementations§
Source§impl Clone for AccountLinkInput
impl Clone for AccountLinkInput
Source§fn clone(&self) -> AccountLinkInput
fn clone(&self) -> AccountLinkInput
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 AccountLinkInput
impl RefUnwindSafe for AccountLinkInput
impl Send for AccountLinkInput
impl Sync for AccountLinkInput
impl Unpin for AccountLinkInput
impl UnsafeUnpin for AccountLinkInput
impl UnwindSafe for AccountLinkInput
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