pub struct ShippingAddressBuilder { /* private fields */ }Expand description
Builder for the ShippingAddress structure
Implementations§
Trait Implementations§
Source§impl Builder for ShippingAddressBuilder
impl Builder for ShippingAddressBuilder
Source§type Value = ShippingAddress
type Value = ShippingAddress
Type to be built
Auto Trait Implementations§
impl Freeze for ShippingAddressBuilder
impl RefUnwindSafe for ShippingAddressBuilder
impl Send for ShippingAddressBuilder
impl Sync for ShippingAddressBuilder
impl Unpin for ShippingAddressBuilder
impl UnwindSafe for ShippingAddressBuilder
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