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