pub struct SendEventResponseData {
pub id: String,
}
Expand description
Response data for the send event route in the terminal endpoint.
Fields§
§id: String
Trait Implementations§
Source§impl Clone for SendEventResponseData
impl Clone for SendEventResponseData
Source§fn clone(&self) -> SendEventResponseData
fn clone(&self) -> SendEventResponseData
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 SendEventResponseData
impl Debug for SendEventResponseData
Source§impl Default for SendEventResponseData
impl Default for SendEventResponseData
Source§fn default() -> SendEventResponseData
fn default() -> SendEventResponseData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SendEventResponseData
impl<'de> Deserialize<'de> for SendEventResponseData
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 SendEventResponseData
impl RefUnwindSafe for SendEventResponseData
impl Send for SendEventResponseData
impl Sync for SendEventResponseData
impl Unpin for SendEventResponseData
impl UnwindSafe for SendEventResponseData
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