seria 0.0.2-dev.2

A lightweight Revolt client library built for the Rust ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
use serde::{Deserialize, Serialize};

/// Represents the fields that can be included in a member object.
#[derive(Clone, Copy, Debug, PartialEq, Serialize, Deserialize)]
pub enum MemberFields {
    Avatar,
    Nickname,
    Roles,
    Timeout,
}