#[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 get_types(&self) -> &Option<Vec<String>>
pub fn get_types(&self) -> &Option<Vec<String>>
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 get_id(&self) -> &Option<String>
pub fn get_id(&self) -> &Option<String>
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 for ExpenseGroupPropertyBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for ExpenseGroupPropertyBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ExpenseGroupPropertyBuilder
impl Send for ExpenseGroupPropertyBuilder
impl Sync for ExpenseGroupPropertyBuilder
impl Unpin for ExpenseGroupPropertyBuilder
impl UnwindSafe for ExpenseGroupPropertyBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.