pub struct GetLogDetailsResponse {
pub data: Option<LogDetails>,
}Expand description
Response from get_log_details.
Fields§
§data: Option<LogDetails>Raw request and response payloads for the log entry.
Trait Implementations§
Source§impl Clone for GetLogDetailsResponse
impl Clone for GetLogDetailsResponse
Source§fn clone(&self) -> GetLogDetailsResponse
fn clone(&self) -> GetLogDetailsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetLogDetailsResponse
impl Debug for GetLogDetailsResponse
Source§impl<'de> Deserialize<'de> for GetLogDetailsResponse
impl<'de> Deserialize<'de> for GetLogDetailsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetLogDetailsResponse
impl RefUnwindSafe for GetLogDetailsResponse
impl Send for GetLogDetailsResponse
impl Sync for GetLogDetailsResponse
impl Unpin for GetLogDetailsResponse
impl UnsafeUnpin for GetLogDetailsResponse
impl UnwindSafe for GetLogDetailsResponse
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