pub struct GetEventRequest {
pub transaction_id: String,
}Expand description
Request to retrieve a specific event by transaction ID.
Fields§
§transaction_id: StringThe transaction ID of the event to retrieve (must be URL encoded)
Implementations§
Trait Implementations§
Source§impl Clone for GetEventRequest
impl Clone for GetEventRequest
Source§fn clone(&self) -> GetEventRequest
fn clone(&self) -> GetEventRequest
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 GetEventRequest
impl RefUnwindSafe for GetEventRequest
impl Send for GetEventRequest
impl Sync for GetEventRequest
impl Unpin for GetEventRequest
impl UnwindSafe for GetEventRequest
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