Struct fb_api::FBGraphAPI [−][src]
pub struct FBGraphAPI {}
Trait Implementations
Returns the “default value” for a type. Read more
fn me<'life0, 'life1, 'async_trait>(
&'life0 self,
token: &'life1 str
) -> Pin<Box<dyn Future<Output = Result<User, Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
[src]fn friends<'life0, 'life1, 'async_trait>(
&'life0 self,
token: &'life1 str
) -> Pin<Box<dyn Future<Output = Result<ResponseFriends, Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
[src]fn my_picture<'life0, 'life1, 'async_trait>(
&'life0 self,
token: &'life1 str
) -> Pin<Box<dyn Future<Output = Result<ResponsePicture, Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
[src]Auto Trait Implementations
impl RefUnwindSafe for FBGraphAPI
impl Send for FBGraphAPI
impl Sync for FBGraphAPI
impl Unpin for FBGraphAPI
impl UnwindSafe for FBGraphAPI