pub struct RemoveCardRequest<'a> {
pub terminal_key: &'a str,
pub customer_key: &'a str,
pub card_id: &'a str,
pub token: String,
}Fields§
§terminal_key: &'a str§customer_key: &'a str§card_id: &'a str§token: StringTrait Implementations§
Source§impl<'a> Debug for RemoveCardRequest<'a>
impl<'a> Debug for RemoveCardRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for RemoveCardRequest<'a>
impl<'a> RefUnwindSafe for RemoveCardRequest<'a>
impl<'a> Send for RemoveCardRequest<'a>
impl<'a> Sync for RemoveCardRequest<'a>
impl<'a> Unpin for RemoveCardRequest<'a>
impl<'a> UnwindSafe for RemoveCardRequest<'a>
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