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