Struct ssb_rpc::ssb::Latest [] [src]

pub struct Latest(_);

A source request for getting the seq numbers and timestamps of the latest messages of all users in the database.

Methods

impl Latest
[src]

[src]

Create a new Latest rpc.

Trait Implementations

impl Debug for Latest
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Latest
[src]

impl Clone for Latest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Latest
[src]

impl PartialEq for Latest
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Rpc for Latest
[src]

[src]

The names for this rpc.

Auto Trait Implementations

impl Send for Latest

impl Sync for Latest