pub struct IntegrationLogsResponse {
pub ok: bool,
pub error: Option<String>,
pub response_metadata: Option<ResponseMetadata>,
pub logs: Option<Vec<Log>>,
pub paging: Option<Paging>,
}Fields§
§ok: bool§error: Option<String>§response_metadata: Option<ResponseMetadata>§logs: Option<Vec<Log>>§paging: Option<Paging>Trait Implementations§
Source§impl Debug for IntegrationLogsResponse
impl Debug for IntegrationLogsResponse
Source§impl Default for IntegrationLogsResponse
impl Default for IntegrationLogsResponse
Source§fn default() -> IntegrationLogsResponse
fn default() -> IntegrationLogsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegrationLogsResponse
impl<'de> Deserialize<'de> for IntegrationLogsResponse
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
Source§impl PartialEq for IntegrationLogsResponse
impl PartialEq for IntegrationLogsResponse
Source§impl Serialize for IntegrationLogsResponse
impl Serialize for IntegrationLogsResponse
impl StructuralPartialEq for IntegrationLogsResponse
Auto Trait Implementations§
impl Freeze for IntegrationLogsResponse
impl RefUnwindSafe for IntegrationLogsResponse
impl Send for IntegrationLogsResponse
impl Sync for IntegrationLogsResponse
impl Unpin for IntegrationLogsResponse
impl UnwindSafe for IntegrationLogsResponse
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