pub struct SummaryExcludedAccounts { /* private fields */ }
Implementations§
Source§impl SummaryExcludedAccounts
impl SummaryExcludedAccounts
pub fn new() -> SummaryExcludedAccounts
pub fn set_acct_id(&mut self, acct_id: String)
pub fn with_acct_id(self, acct_id: String) -> SummaryExcludedAccounts
pub fn acct_id(&self) -> Option<&String>
pub fn reset_acct_id(&mut self)
pub fn set_acct_num_at_fi(&mut self, acct_num_at_fi: String)
pub fn with_acct_num_at_fi( self, acct_num_at_fi: String, ) -> SummaryExcludedAccounts
pub fn acct_num_at_fi(&self) -> Option<&String>
pub fn reset_acct_num_at_fi(&mut self)
pub fn set_acct_title(&mut self, acct_title: String)
pub fn with_acct_title(self, acct_title: String) -> SummaryExcludedAccounts
pub fn acct_title(&self) -> Option<&String>
pub fn reset_acct_title(&mut self)
pub fn set_fi_name(&mut self, fi_name: String)
pub fn with_fi_name(self, fi_name: String) -> SummaryExcludedAccounts
pub fn fi_name(&self) -> Option<&String>
pub fn reset_fi_name(&mut self)
pub fn set_harvest_code(&mut self, harvest_code: i32)
pub fn with_harvest_code(self, harvest_code: i32) -> SummaryExcludedAccounts
pub fn harvest_code(&self) -> Option<&i32>
pub fn reset_harvest_code(&mut self)
pub fn set_last_update(&mut self, last_update: String)
pub fn with_last_update(self, last_update: String) -> SummaryExcludedAccounts
pub fn last_update(&self) -> Option<&String>
pub fn reset_last_update(&mut self)
pub fn set_last_update_attempt(&mut self, last_update_attempt: String)
pub fn with_last_update_attempt( self, last_update_attempt: String, ) -> SummaryExcludedAccounts
pub fn last_update_attempt(&self) -> Option<&String>
pub fn reset_last_update_attempt(&mut self)
pub fn set_last_update_status_code(&mut self, last_update_status_code: String)
pub fn with_last_update_status_code( self, last_update_status_code: String, ) -> SummaryExcludedAccounts
pub fn last_update_status_code(&self) -> Option<&String>
pub fn reset_last_update_status_code(&mut self)
pub fn set_rc(&mut self, rc: i32)
pub fn with_rc(self, rc: i32) -> SummaryExcludedAccounts
pub fn rc(&self) -> Option<&i32>
pub fn reset_rc(&mut self)
Trait Implementations§
Source§impl Debug for SummaryExcludedAccounts
impl Debug for SummaryExcludedAccounts
Source§impl<'de> Deserialize<'de> for SummaryExcludedAccounts
impl<'de> Deserialize<'de> for SummaryExcludedAccounts
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 SummaryExcludedAccounts
impl RefUnwindSafe for SummaryExcludedAccounts
impl Send for SummaryExcludedAccounts
impl Sync for SummaryExcludedAccounts
impl Unpin for SummaryExcludedAccounts
impl UnwindSafe for SummaryExcludedAccounts
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