pub struct UpdateCustomerGroupRequest {
pub group: CustomerGroup,
}
Expand description
This is a model struct for UpdateCustomerGroupRequest type.
Fields§
§group: CustomerGroup
The CustomerGroup object including all the updates you want to make.
Trait Implementations§
source§impl Clone for UpdateCustomerGroupRequest
impl Clone for UpdateCustomerGroupRequest
source§fn clone(&self) -> UpdateCustomerGroupRequest
fn clone(&self) -> UpdateCustomerGroupRequest
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 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 PartialEq<UpdateCustomerGroupRequest> for UpdateCustomerGroupRequest
impl PartialEq<UpdateCustomerGroupRequest> for UpdateCustomerGroupRequest
source§fn eq(&self, other: &UpdateCustomerGroupRequest) -> bool
fn eq(&self, other: &UpdateCustomerGroupRequest) -> bool
impl Eq for UpdateCustomerGroupRequest
impl StructuralEq for UpdateCustomerGroupRequest
impl StructuralPartialEq for UpdateCustomerGroupRequest
Auto Trait Implementations§
impl RefUnwindSafe for UpdateCustomerGroupRequest
impl Send for UpdateCustomerGroupRequest
impl Sync for UpdateCustomerGroupRequest
impl Unpin for UpdateCustomerGroupRequest
impl UnwindSafe for UpdateCustomerGroupRequest
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.