pub struct ChannelPollStartedPayload {
pub channel_kind: String,
pub channel_slug: String,
pub since_rfc3339: String,
}Expand description
Payload for khive_types::EventKind::ChannelPollStarted.
Fields§
§channel_kind: String§channel_slug: String§since_rfc3339: StringTrait Implementations§
Source§impl Clone for ChannelPollStartedPayload
impl Clone for ChannelPollStartedPayload
Source§fn clone(&self) -> ChannelPollStartedPayload
fn clone(&self) -> ChannelPollStartedPayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChannelPollStartedPayload
impl Debug for ChannelPollStartedPayload
Source§impl<'de> Deserialize<'de> for ChannelPollStartedPayload
impl<'de> Deserialize<'de> for ChannelPollStartedPayload
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
impl StructuralPartialEq for ChannelPollStartedPayload
Auto Trait Implementations§
impl Freeze for ChannelPollStartedPayload
impl RefUnwindSafe for ChannelPollStartedPayload
impl Send for ChannelPollStartedPayload
impl Sync for ChannelPollStartedPayload
impl Unpin for ChannelPollStartedPayload
impl UnsafeUnpin for ChannelPollStartedPayload
impl UnwindSafe for ChannelPollStartedPayload
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