pub struct PostEventResponse {
pub event_id: Option<String>,
pub status: String,
}Fields§
§event_id: Option<String>§status: StringTrait Implementations§
Source§impl Debug for PostEventResponse
impl Debug for PostEventResponse
Source§impl<'de> Deserialize<'de> for PostEventResponse
impl<'de> Deserialize<'de> for PostEventResponse
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 PostEventResponse
impl RefUnwindSafe for PostEventResponse
impl Send for PostEventResponse
impl Sync for PostEventResponse
impl Unpin for PostEventResponse
impl UnsafeUnpin for PostEventResponse
impl UnwindSafe for PostEventResponse
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