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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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
impl Eq for UpdateCustomerGroupRequest
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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.