Enum dasi::model::RelationshipType
[−]
[src]
pub enum RelationshipType {
Ignored,
Friends,
Blocked,
IncomingRequest,
OutgoingRequest,
}A type of relationship this user has with another.
Variants
Ignored | ||
Friends | ||
Blocked | ||
IncomingRequest | ||
OutgoingRequest |