pub struct GetApiLogRequest {
pub request_id: String,
}Expand description
Request parameters for retrieving a specific API log.
This struct contains the identifier needed to fetch a single API log from the API.
Fields§
§request_id: StringImplementations§
Trait Implementations§
Source§impl Clone for GetApiLogRequest
impl Clone for GetApiLogRequest
Source§fn clone(&self) -> GetApiLogRequest
fn clone(&self) -> GetApiLogRequest
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 GetApiLogRequest
impl RefUnwindSafe for GetApiLogRequest
impl Send for GetApiLogRequest
impl Sync for GetApiLogRequest
impl Unpin for GetApiLogRequest
impl UnwindSafe for GetApiLogRequest
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