pub struct NotifyCustomerInformationResponse {
pub custom_data: Option<CustomData>,
}Fields§
§custom_data: Option<CustomData>Trait Implementations§
Source§impl Clone for NotifyCustomerInformationResponse
impl Clone for NotifyCustomerInformationResponse
Source§fn clone(&self) -> NotifyCustomerInformationResponse
fn clone(&self) -> NotifyCustomerInformationResponse
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 moreimpl Eq for NotifyCustomerInformationResponse
impl StructuralPartialEq for NotifyCustomerInformationResponse
Auto Trait Implementations§
impl Freeze for NotifyCustomerInformationResponse
impl RefUnwindSafe for NotifyCustomerInformationResponse
impl Send for NotifyCustomerInformationResponse
impl Sync for NotifyCustomerInformationResponse
impl Unpin for NotifyCustomerInformationResponse
impl UnsafeUnpin for NotifyCustomerInformationResponse
impl UnwindSafe for NotifyCustomerInformationResponse
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