Struct google_drive::types::DriveThemes [−][src]
pub struct DriveThemes {
pub background_image_link: String,
pub color_rgb: String,
pub id: String,
}Fields
background_image_link: StringA link to this theme’s background image.
color_rgb: StringA link to this theme’s background image.
id: StringA link to this theme’s background image.
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DriveThemes
impl Send for DriveThemes
impl Sync for DriveThemes
impl Unpin for DriveThemes
impl UnwindSafe for DriveThemes
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more