Struct ruma_client_api::r0::sync::sync_events::Endpoint [] [src]

pub struct Endpoint;

The API endpoint.

Trait Implementations

impl Debug for Endpoint
[src]

Formats the value using the given formatter.

impl Endpoint for Endpoint
[src]

Data needed to make a request to the endpoint.

Data returned from the endpoint.

METADATA: Metadata = ::ruma_api::Metadata{description:
                         "Get all new events from all rooms since the last sync or a given point of time.",
                     method: ::hyper::Method::Get,
                     name: "sync",
                     path: "/_matrix/client/r0/sync",
                     rate_limited: false,
                     requires_authentication: true,}