pub struct SelfFundingConfig {
pub tax: ProfitTaxConfig,
}Fields§
§tax: ProfitTaxConfigTrait Implementations§
Source§impl Clone for SelfFundingConfig
impl Clone for SelfFundingConfig
Source§fn clone(&self) -> SelfFundingConfig
fn clone(&self) -> SelfFundingConfig
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 SelfFundingConfig
impl Debug for SelfFundingConfig
Source§impl Default for SelfFundingConfig
impl Default for SelfFundingConfig
Source§fn default() -> SelfFundingConfig
fn default() -> SelfFundingConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SelfFundingConfig
impl<'de> Deserialize<'de> for SelfFundingConfig
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 SelfFundingConfig
impl RefUnwindSafe for SelfFundingConfig
impl Send for SelfFundingConfig
impl Sync for SelfFundingConfig
impl Unpin for SelfFundingConfig
impl UnsafeUnpin for SelfFundingConfig
impl UnwindSafe for SelfFundingConfig
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