Struct robespierre_models::core::RevoltInstanceFeatures [−][src]
pub struct RevoltInstanceFeatures {
pub captcha: CaptchaInfo,
pub email: bool,
pub invite_only: bool,
pub autumn: Autumn,
pub january: January,
pub voso: Voso,
}Expand description
Features
Fields
captcha: CaptchaInfoemail: boolUses email verification?
invite_only: boolIs invite only?
autumn: AutumnAutumn (file server microservice).
january: JanuaryJanuary (image proxy and embed generator)
voso: VosoVoso (legacy voice server).
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for RevoltInstanceFeatures
impl Send for RevoltInstanceFeatures
impl Sync for RevoltInstanceFeatures
impl Unpin for RevoltInstanceFeatures
impl UnwindSafe for RevoltInstanceFeatures
Blanket Implementations
Mutably borrows from an owned value. Read more