pub struct AccountChartElementSimple {
pub Id: i32,
pub Code: String,
pub Name: String,
pub Level: i32,
pub Account: String,
pub Account_Full: Account,
pub SubjectType: enumSubjectType,
pub SubjectCode: String,
pub Settlement: bool,
}Expand description
WebAPI model AccountChartElementSimple.
Fields§
§Id: i32§Code: String§Name: String§Level: i32§Account: String§Account_Full: Account§SubjectType: enumSubjectType§SubjectCode: String§Settlement: boolTrait Implementations§
Source§impl Clone for AccountChartElementSimple
impl Clone for AccountChartElementSimple
Source§fn clone(&self) -> AccountChartElementSimple
fn clone(&self) -> AccountChartElementSimple
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 moreSource§impl Debug for AccountChartElementSimple
impl Debug for AccountChartElementSimple
Source§impl<'de> Deserialize<'de> for AccountChartElementSimple
impl<'de> Deserialize<'de> for AccountChartElementSimple
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AccountChartElementSimple
impl RefUnwindSafe for AccountChartElementSimple
impl Send for AccountChartElementSimple
impl Sync for AccountChartElementSimple
impl Unpin for AccountChartElementSimple
impl UnsafeUnpin for AccountChartElementSimple
impl UnwindSafe for AccountChartElementSimple
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