pub enum IngestStructuredDataError {
FailedSendingRequest,
RequestStatusCodeDidNotIndicateSuccess(StatusCode),
}Variants§
FailedSendingRequest
RequestStatusCodeDidNotIndicateSuccess(StatusCode)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IngestStructuredDataError
impl Send for IngestStructuredDataError
impl Sync for IngestStructuredDataError
impl Unpin for IngestStructuredDataError
impl UnwindSafe for IngestStructuredDataError
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