Struct open_lark::event::context::EventHeader
source · pub struct EventHeader {
pub event_id: Option<String>,
pub event_type: Option<String>,
pub create_time: Option<String>,
pub token: Option<String>,
pub app_id: Option<String>,
pub tenant_key: Option<String>,
}Expand description
事件头
Fields§
§event_id: Option<String>事件 ID
event_type: Option<String>事件类型
create_time: Option<String>事件创建时间戳(单位:毫秒)
token: Option<String>事件 Token
app_id: Option<String>应用 ID
tenant_key: Option<String>租户 Key
Trait Implementations§
source§impl Debug for EventHeader
impl Debug for EventHeader
source§impl<'de> Deserialize<'de> for EventHeader
impl<'de> Deserialize<'de> for EventHeader
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 EventHeader
impl RefUnwindSafe for EventHeader
impl Send for EventHeader
impl Sync for EventHeader
impl Unpin for EventHeader
impl UnwindSafe for EventHeader
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