pub struct GetPaymentRequest {
pub lago_id: Uuid,
}Expand description
Request parameters for retrieving a specific payment.
This struct contains the identifier needed to fetch a single payment from the API.
Fields§
§lago_id: UuidThe Lago ID of the payment to retrieve.
Implementations§
Trait Implementations§
Source§impl Clone for GetPaymentRequest
impl Clone for GetPaymentRequest
Source§fn clone(&self) -> GetPaymentRequest
fn clone(&self) -> GetPaymentRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetPaymentRequest
impl RefUnwindSafe for GetPaymentRequest
impl Send for GetPaymentRequest
impl Sync for GetPaymentRequest
impl Unpin for GetPaymentRequest
impl UnwindSafe for GetPaymentRequest
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