Struct discord_sdk::activity::events::InviteEvent [−][src]
pub struct InviteEvent(pub Arc<ActivityInvite>);
Tuple Fields
0: Arc<ActivityInvite>
Trait Implementations
Performs the conversion.
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 RefUnwindSafe for InviteEvent
impl Send for InviteEvent
impl Sync for InviteEvent
impl Unpin for InviteEvent
impl UnwindSafe for InviteEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more