Trait rtdlib::types::TDLinkState[][src]

pub trait TDLinkState: Debug + RObject { }

TRAIT | Represents the relationship between user A and user B. For incoming_link, user A is the current user; for outgoing_link, user B is the current user

Implementations on Foreign Types

impl<'a, LINKSTATE: TDLinkState> TDLinkState for &'a LINKSTATE[src]

impl<'a, LINKSTATE: TDLinkState> TDLinkState for &'a mut LINKSTATE[src]

Loading content...

Implementors

Loading content...