Struct hubcaps::notifications::Notifications[][src]

pub struct Notifications<C> where
    C: Clone + Connect
{ /* fields omitted */ }

Provides access to notifications. See the github docs for more information.

Methods

impl<C: Clone + Connect> Notifications<C>
[src]

List the authenticated user's notifications.

See the github docs for more information.

List the authenticated user's notifications for a repository.

See the github docs for more information.

Mark notifications as read. Default: now

See the github docs for more information.

Mark notifications as read in a repository. Default: now

See github docs for more information.

Return a single thread.

See the github docs for more information.

Mark a thread as read

See the github docs for more information.

Return the subscription information for a thread.

See the github docs for more information.

Subscribe to a thread and return the subscription information.

See the github docs for more information.

Unsubscribe to a thread and return the subscription information.

See the github docs for more information.

Delete the thread subscription.

See the github docs for more information.

Auto Trait Implementations

impl<C> !Send for Notifications<C>

impl<C> !Sync for Notifications<C>