Struct ssb_rpc::ssb::WhoamiResponse [] [src]

pub struct WhoamiResponse { /* fields omitted */ }

The response to a Whoami request.

Methods

impl WhoamiResponse
[src]

[src]

Get the FeedId of the current user.

[src]

Get a reference to the FeedId of the current user.

Trait Implementations

impl Debug for WhoamiResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for WhoamiResponse
[src]

impl Clone for WhoamiResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for WhoamiResponse
[src]

impl PartialEq for WhoamiResponse
[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