Struct stripe::model::AutomaticTaxFilterParams
source · pub struct AutomaticTaxFilterParams {
pub enabled: bool,
}Fields§
§enabled: boolTrait Implementations§
source§impl Clone for AutomaticTaxFilterParams
impl Clone for AutomaticTaxFilterParams
source§fn clone(&self) -> AutomaticTaxFilterParams
fn clone(&self) -> AutomaticTaxFilterParams
Returns a copy 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 AutomaticTaxFilterParams
impl Debug for AutomaticTaxFilterParams
source§impl Default for AutomaticTaxFilterParams
impl Default for AutomaticTaxFilterParams
source§fn default() -> AutomaticTaxFilterParams
fn default() -> AutomaticTaxFilterParams
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AutomaticTaxFilterParams
impl<'de> Deserialize<'de> for AutomaticTaxFilterParams
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
source§impl Display for AutomaticTaxFilterParams
impl Display for AutomaticTaxFilterParams
Auto Trait Implementations§
impl RefUnwindSafe for AutomaticTaxFilterParams
impl Send for AutomaticTaxFilterParams
impl Sync for AutomaticTaxFilterParams
impl Unpin for AutomaticTaxFilterParams
impl UnwindSafe for AutomaticTaxFilterParams
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