Struct ircservserv::channel::ConfiguredChannel [−][src]
pub struct ConfiguredChannel {
pub founders: HashSet<String>,
pub crats: HashSet<String>,
pub ops: HashSet<String>,
pub plus_o: HashSet<String>,
pub autovoice: HashSet<String>,
pub global_bans: bool,
pub libera_staff: bool,
pub wmopbot: bool,
pub invexes: HashSet<String>,
}
Fields
founders: HashSet<String>
crats: HashSet<String>
ops: HashSet<String>
plus_o: HashSet<String>
autovoice: HashSet<String>
global_bans: bool
libera_staff: bool
Gives Libera staff and litharge +o rights
wmopbot: bool
Gives wmopbot +ot rights
invexes: HashSet<String>
Trait Implementations
Returns the “default value” for a type. Read more
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