[][src]Struct rtdlib::types::SetName

pub struct SetName { /* fields omitted */ }

Changes the first and last name of the current user. If something changes, updateUser will be sent

Implementations

impl SetName[src]

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

pub fn builder() -> RTDSetNameBuilder[src]

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

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

Trait Implementations

impl AsRef<SetName> for SetName[src]

impl Clone for SetName[src]

impl Debug for SetName[src]

impl Default for SetName[src]

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

impl RFunction for SetName[src]

impl RObject for SetName[src]

impl Serialize for SetName[src]

Auto Trait Implementations

impl RefUnwindSafe for SetName

impl Send for SetName

impl Sync for SetName

impl Unpin for SetName

impl UnwindSafe for SetName

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.