Enum discord_sdk::relations::RelationKind [−][src]
#[repr(u8)]
pub enum RelationKind {
None,
Friend,
Blocked,
PendingIncoming,
PendingOutgoing,
Implicit,
}
Variants
None
User has no intrinsic relationship
Friend
User is a friend
Blocked
User is blocked
PendingIncoming
User has a pending incoming friend request to connected user
PendingOutgoing
Current user has a pending outgoing friend request to user
Implicit
User is not friends, but interacts with current user often (frequency + recency)
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for RelationKind
impl Send for RelationKind
impl Sync for RelationKind
impl Unpin for RelationKind
impl UnwindSafe for RelationKind
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