[][src]Struct rtdlib::types::SetBackground

pub struct SetBackground { /* fields omitted */ }

Changes the background selected by the user; adds background to the list of installed backgrounds

Implementations

impl SetBackground[src]

pub fn from_json<S: AsRef<str>>(json: S) -> RTDResult<Self>[src]

pub fn builder() -> RTDSetBackgroundBuilder[src]

pub fn background(&self) -> &InputBackground[src]

pub fn type_(&self) -> &BackgroundType[src]

pub fn for_dark_theme(&self) -> bool[src]

Trait Implementations

impl AsRef<SetBackground> for SetBackground[src]

impl Clone for SetBackground[src]

impl Debug for SetBackground[src]

impl Default for SetBackground[src]

impl<'de> Deserialize<'de> for SetBackground[src]

impl RFunction for SetBackground[src]

impl RObject for SetBackground[src]

impl Serialize for SetBackground[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.