[][src]Enum tsproto_structs::book::PropId

pub enum PropId<'a> {
    Prop(&'a Property),
    Id(&'a Id),
}

Variants

Prop(&'a Property)Id(&'a Id)

Methods

impl<'a> PropId<'a>[src]

pub fn get_attr_name(&self, struc: &Struct) -> String[src]

pub fn get_doc(&self) -> Option<&str>[src]

pub fn get_rust_type(&self, structs: &[Struct]) -> String[src]

Trait Implementations

impl<'a> From<&'a Property> for PropId<'a>[src]

impl<'a> From<&'a Id> for PropId<'a>[src]

Auto Trait Implementations

impl<'a> Send for PropId<'a>

impl<'a> Sync for PropId<'a>

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.