Enum discord_sdk::relations::events::RelationshipEvent [−][src]
pub enum RelationshipEvent {
Update(Arc<Relationship>),
}
Variants
Update(Arc<Relationship>)
Tuple Fields
0: Arc<Relationship>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RelationshipEvent
impl Send for RelationshipEvent
impl Sync for RelationshipEvent
impl Unpin for RelationshipEvent
impl UnwindSafe for RelationshipEvent
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