pub struct AddressUiBuilder { /* private fields */ }Expand description
Builder for AddressUi.
Implementations§
Source§impl AddressUiBuilder
impl AddressUiBuilder
Sourcepub fn address_fields<VALUE: Into<Vec<AddressFields>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn address_fields<VALUE: Into<Vec<AddressFields>>>( &mut self, value: VALUE, ) -> &mut Self
A two dimension array containing the representation of values from an address profile.
Trait Implementations§
Source§impl Clone for AddressUiBuilder
impl Clone for AddressUiBuilder
Source§fn clone(&self) -> AddressUiBuilder
fn clone(&self) -> AddressUiBuilder
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 moreAuto Trait Implementations§
impl Freeze for AddressUiBuilder
impl RefUnwindSafe for AddressUiBuilder
impl Send for AddressUiBuilder
impl Sync for AddressUiBuilder
impl Unpin for AddressUiBuilder
impl UnsafeUnpin for AddressUiBuilder
impl UnwindSafe for AddressUiBuilder
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