[][src]Struct graph_rs_types::complextypes::Phone

pub struct Phone {
    pub _type: PhoneType,
    pub number: String,
    pub region: String,
    pub language: String,
}

Fields

_type: PhoneTypenumber: Stringregion: Stringlanguage: String

Trait Implementations

impl Eq for Phone[src]

impl Clone for Phone[src]

impl PartialEq<Phone> for Phone[src]

impl Debug for Phone[src]

impl Serialize for Phone[src]

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

Auto Trait Implementations

impl Send for Phone

impl Unpin for Phone

impl Sync for Phone

impl RefUnwindSafe for Phone

impl UnwindSafe for Phone

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<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]