pub struct AddressTemplateSpecification {
pub address_id: String,
pub address_group_id: String,
}Fields§
§address_id: String§address_group_id: StringImplementations§
Trait Implementations§
Source§impl Clone for AddressTemplateSpecification
impl Clone for AddressTemplateSpecification
Source§fn clone(&self) -> AddressTemplateSpecification
fn clone(&self) -> AddressTemplateSpecification
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 AddressTemplateSpecification
impl Debug for AddressTemplateSpecification
Source§impl<'de> Deserialize<'de> for AddressTemplateSpecification
impl<'de> Deserialize<'de> for AddressTemplateSpecification
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
Auto Trait Implementations§
impl Freeze for AddressTemplateSpecification
impl RefUnwindSafe for AddressTemplateSpecification
impl Send for AddressTemplateSpecification
impl Sync for AddressTemplateSpecification
impl Unpin for AddressTemplateSpecification
impl UnwindSafe for AddressTemplateSpecification
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