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