[−][src]Struct ttv_pubsub::channel_bits::BitsEventData
Data for bits event
Fields (Non-exhaustive)
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.badge_entitlement: Option<BadgeEntitlement>If set, describes new unlocked badge for user
bits_used: i64The number of bits that were sent.
channel_id: StringID of channel where message was sent
channel_name: StringUsername of channel where message was sent
chat_message: StringThe full message that was sent with the bits.
context: BitsContextContext of bits_event, seems to only be cheer
is_anonymous: boolWhether the cheer was anonymous.
time: StringTime when pubsub message was sent
total_bits_used: i64The total number of bits that were ever sent by the user in the channel.
user_id: StringID of user that sent message
user_name: StringName of user that sent message
Trait Implementations
impl Clone for BitsEventData[src]
pub fn clone(&self) -> BitsEventData[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for BitsEventData[src]
impl<'de> Deserialize<'de> for BitsEventData[src]
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<BitsEventData, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<BitsEventData, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Eq for BitsEventData[src]
impl PartialEq<BitsEventData> for BitsEventData[src]
pub fn eq(&self, other: &BitsEventData) -> bool[src]
pub fn ne(&self, other: &BitsEventData) -> bool[src]
impl Serialize for BitsEventData[src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralEq for BitsEventData[src]
impl StructuralPartialEq for BitsEventData[src]
Auto Trait Implementations
impl RefUnwindSafe for BitsEventData
impl Send for BitsEventData
impl Sync for BitsEventData
impl Unpin for BitsEventData
impl UnwindSafe for BitsEventData
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,