#[non_exhaustive]pub struct ExpenseGroupPropertyBuilder { /* private fields */ }Expand description
A builder for ExpenseGroupProperty.
Implementations§
source§impl ExpenseGroupPropertyBuilder
impl ExpenseGroupPropertyBuilder
sourcepub fn types(self, input: impl Into<String>) -> Self
pub fn types(self, input: impl Into<String>) -> Self
Appends an item to types.
To override the contents of this collection use set_types.
Informs you on whether the expense group is a name or an address.
sourcepub fn set_types(self, input: Option<Vec<String>>) -> Self
pub fn set_types(self, input: Option<Vec<String>>) -> Self
Informs you on whether the expense group is a name or an address.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
Provides a group Id number, which will be the same for each in the group.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
Provides a group Id number, which will be the same for each in the group.
sourcepub fn build(self) -> ExpenseGroupProperty
pub fn build(self) -> ExpenseGroupProperty
Consumes the builder and constructs a ExpenseGroupProperty.
Trait Implementations§
source§impl Clone for ExpenseGroupPropertyBuilder
impl Clone for ExpenseGroupPropertyBuilder
source§fn clone(&self) -> ExpenseGroupPropertyBuilder
fn clone(&self) -> ExpenseGroupPropertyBuilder
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 ExpenseGroupPropertyBuilder
impl Debug for ExpenseGroupPropertyBuilder
source§impl Default for ExpenseGroupPropertyBuilder
impl Default for ExpenseGroupPropertyBuilder
source§fn default() -> ExpenseGroupPropertyBuilder
fn default() -> ExpenseGroupPropertyBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ExpenseGroupPropertyBuilder> for ExpenseGroupPropertyBuilder
impl PartialEq<ExpenseGroupPropertyBuilder> for ExpenseGroupPropertyBuilder
source§fn eq(&self, other: &ExpenseGroupPropertyBuilder) -> bool
fn eq(&self, other: &ExpenseGroupPropertyBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.