pub struct UpdateCustomerGroupRequest {
pub group: Box<CustomerGroup>,
}Expand description
UpdateCustomerGroupRequest : Defines the body parameters that can be included in a request to the UpdateCustomerGroup endpoint.
Fields§
§group: Box<CustomerGroup>Implementations§
Source§impl UpdateCustomerGroupRequest
impl UpdateCustomerGroupRequest
Sourcepub fn new(group: CustomerGroup) -> UpdateCustomerGroupRequest
pub fn new(group: CustomerGroup) -> UpdateCustomerGroupRequest
Defines the body parameters that can be included in a request to the UpdateCustomerGroup endpoint.
Trait Implementations§
Source§impl Clone for UpdateCustomerGroupRequest
impl Clone for UpdateCustomerGroupRequest
Source§fn clone(&self) -> UpdateCustomerGroupRequest
fn clone(&self) -> UpdateCustomerGroupRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateCustomerGroupRequest
impl Debug for UpdateCustomerGroupRequest
Source§impl Default for UpdateCustomerGroupRequest
impl Default for UpdateCustomerGroupRequest
Source§fn default() -> UpdateCustomerGroupRequest
fn default() -> UpdateCustomerGroupRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateCustomerGroupRequest
impl<'de> Deserialize<'de> for UpdateCustomerGroupRequest
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
impl StructuralPartialEq for UpdateCustomerGroupRequest
Auto Trait Implementations§
impl Freeze for UpdateCustomerGroupRequest
impl RefUnwindSafe for UpdateCustomerGroupRequest
impl Send for UpdateCustomerGroupRequest
impl Sync for UpdateCustomerGroupRequest
impl Unpin for UpdateCustomerGroupRequest
impl UnsafeUnpin for UpdateCustomerGroupRequest
impl UnwindSafe for UpdateCustomerGroupRequest
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