pub struct IngestEventResponse {
pub debug: Option<IngestEventDebugResponse>,
}Expand description
The response to an event ingestion request.
Fields§
§debug: Option<IngestEventDebugResponse>Debug information.
Only present when the request is made with IngestionMode::Debug.
Trait Implementations§
Source§impl Clone for IngestEventResponse
impl Clone for IngestEventResponse
Source§fn clone(&self) -> IngestEventResponse
fn clone(&self) -> IngestEventResponse
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 moreSource§impl Debug for IngestEventResponse
impl Debug for IngestEventResponse
Source§impl<'de> Deserialize<'de> for IngestEventResponse
impl<'de> Deserialize<'de> for IngestEventResponse
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 Hash for IngestEventResponse
impl Hash for IngestEventResponse
Source§impl PartialEq for IngestEventResponse
impl PartialEq for IngestEventResponse
impl Eq for IngestEventResponse
impl StructuralPartialEq for IngestEventResponse
Auto Trait Implementations§
impl Freeze for IngestEventResponse
impl RefUnwindSafe for IngestEventResponse
impl Send for IngestEventResponse
impl Sync for IngestEventResponse
impl Unpin for IngestEventResponse
impl UnwindSafe for IngestEventResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.