[][src]Struct dbui_core::profile::UserProfile

pub struct UserProfile { /* fields omitted */ }

Methods

impl UserProfile[src]

pub fn new(
    name: String,
    theme: Theme,
    nav_color: String,
    link_color: String
) -> UserProfile
[src]

pub fn name(&self) -> &String[src]

pub fn theme(&self) -> &Theme[src]

pub fn nav_color(&self) -> &String[src]

Trait Implementations

impl Clone for UserProfile[src]

impl Default for UserProfile[src]

impl Debug for UserProfile[src]

impl Serialize for UserProfile[src]

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

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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

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