pub struct StickerEvent {
pub meta: EventMeta,
pub from: String,
pub from_label: String,
pub amount: u32,
pub supporter_ordinal: u32,
}Fields§
§meta: EventMeta§from: String§from_label: String§amount: u32§supporter_ordinal: u32Trait Implementations§
Source§impl Clone for StickerEvent
impl Clone for StickerEvent
Source§fn clone(&self) -> StickerEvent
fn clone(&self) -> StickerEvent
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 StickerEvent
impl Debug for StickerEvent
Auto Trait Implementations§
impl Freeze for StickerEvent
impl RefUnwindSafe for StickerEvent
impl Send for StickerEvent
impl Sync for StickerEvent
impl Unpin for StickerEvent
impl UnsafeUnpin for StickerEvent
impl UnwindSafe for StickerEvent
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