Struct robespierre_models::core::RevoltConfiguration [−][src]
pub struct RevoltConfiguration {
pub revolt: String,
pub features: RevoltInstanceFeatures,
pub ws: String,
pub app: String,
pub vapid: String,
}Expand description
Data about a revolt instance obtained by
making a GET / on the api.
Fields
revolt: Stringfeatures: RevoltInstanceFeaturesws: Stringapp: Stringvapid: StringTrait 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 RevoltConfiguration
impl Send for RevoltConfiguration
impl Sync for RevoltConfiguration
impl Unpin for RevoltConfiguration
impl UnwindSafe for RevoltConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more