Struct ssb_rpc::ssb::LatestItem [] [src]

pub struct LatestItem { /* fields omitted */ }

The responses to a Latest request.

Each item holds the id of the feed it describes, the feed's latest sequence number, and the timestamp of the feed's latest message.

Methods

impl LatestItem
[src]

[src]

Get the FeedId of the item.

[src]

Get a reference to the FeedId item.

[src]

Get a reference to the sequence number of the item.

[src]

Get a reference to the timestamp of the item.

Trait Implementations

impl Debug for LatestItem
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LatestItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for LatestItem
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for LatestItem

impl Sync for LatestItem