Struct strava_data::models::SummaryClub [−][src]
pub struct SummaryClub { /* fields omitted */ }Implementations
Resource state, indicates level of detail. Possible values: 1 -> "meta", 2 -> "summary", 3 -> "detail"
URL to a 60x60 pixel profile picture.
URL to a ~1185x580 pixel cover photo.
URL to a ~360x176 pixel cover photo.
The club’s member count.
Resource state, indicates level of detail. Possible values: 1 -> "meta", 2 -> "summary", 3 -> "detail"
URL to a 60x60 pixel profile picture.
URL to a ~1185x580 pixel cover photo.
URL to a ~360x176 pixel cover photo.
The club’s state or geographical region.
The club’s country.
Whether the club is private.
The club’s member count.
Whether the club is featured or not.
Whether the club is verified or not.
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
Auto Trait Implementations
impl RefUnwindSafe for SummaryClub
impl Send for SummaryClub
impl Sync for SummaryClub
impl Unpin for SummaryClub
impl UnwindSafe for SummaryClub
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more