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
sourceimpl Clone for UpdateCustomerGroupRequest
impl Clone for UpdateCustomerGroupRequest
sourcefn clone(&self) -> UpdateCustomerGroupRequest
fn clone(&self) -> UpdateCustomerGroupRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateCustomerGroupRequest
impl Debug for UpdateCustomerGroupRequest
sourceimpl Default for UpdateCustomerGroupRequest
impl Default for UpdateCustomerGroupRequest
sourcefn default() -> UpdateCustomerGroupRequest
fn default() -> UpdateCustomerGroupRequest
Returns the “default value” for a type. Read more
sourceimpl PartialEq<UpdateCustomerGroupRequest> for UpdateCustomerGroupRequest
impl PartialEq<UpdateCustomerGroupRequest> for UpdateCustomerGroupRequest
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.