Struct octorust::types::CommunityProfile [−][src]
pub struct CommunityProfile {
pub content_reports_enabled: bool,
pub description: String,
pub documentation: String,
pub files: CommunityProfileFiles,
pub health_percentage: i64,
pub updated_at: DateTime<Utc>,
}Expand description
Community Profile
Fields
content_reports_enabled: boolCommunity Profile
description: Stringdocumentation: Stringfiles: CommunityProfileFileshealth_percentage: i64updated_at: DateTime<Utc>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 CommunityProfileimpl Send for CommunityProfileimpl Sync for CommunityProfileimpl Unpin for CommunityProfileimpl UnwindSafe for CommunityProfileBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more