pub struct NotifyCustomerInformation;Expand description
Marker type for the NotifyCustomerInformation action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotifyCustomerInformation
impl RefUnwindSafe for NotifyCustomerInformation
impl Send for NotifyCustomerInformation
impl Sync for NotifyCustomerInformation
impl Unpin for NotifyCustomerInformation
impl UnsafeUnpin for NotifyCustomerInformation
impl UnwindSafe for NotifyCustomerInformation
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