pub struct AccountTreasurySettings {
pub tos_acceptance: Option<AccountTermsOfService>,
}
Fields§
§tos_acceptance: Option<AccountTermsOfService>
Trait Implementations§
Source§impl Clone for AccountTreasurySettings
impl Clone for AccountTreasurySettings
Source§fn clone(&self) -> AccountTreasurySettings
fn clone(&self) -> AccountTreasurySettings
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 AccountTreasurySettings
impl Debug for AccountTreasurySettings
Auto Trait Implementations§
impl Freeze for AccountTreasurySettings
impl RefUnwindSafe for AccountTreasurySettings
impl Send for AccountTreasurySettings
impl Sync for AccountTreasurySettings
impl Unpin for AccountTreasurySettings
impl UnwindSafe for AccountTreasurySettings
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