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