Struct tweetust::models::ProfileBannerSize [] [src]

pub struct ProfileBannerSize {
    pub w: u32,
    pub h: u32,
    pub url: String,
}

Fields

Trait Implementations

impl Debug for ProfileBannerSize
[src]

Formats the value using the given formatter.

impl Clone for ProfileBannerSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more