Struct spotify::status::OpenGraphState [] [src]

pub struct OpenGraphState {
    pub private_session: bool,
    pub posting_disabled: bool,
}

A Spotify Open Graph state.

Fields

Whether the current session is private.

Whether posting is disabled.

Trait Implementations

impl Clone for OpenGraphState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<&'a JsonValue> for OpenGraphState
[src]

Implements From<&'a JsonValue> for OpenGraphState.

Performs the conversion.