Struct safe_app::AppClient[][src]

pub struct AppClient { /* fields omitted */ }

Client object used by safe_app.

Trait Implementations

impl Client for AppClient
[src]

Associated message type.

Return the client's ID.

Return a crust::Config if the Client was initialized with one.

Address of the Client Manager.

Return an associated ClientInner type which is expected to contain fields associated with the implementing type. Read more

Return the Public Signing key.

Return the Secret Signing key.

Return the public encryption key.

Return the Secret encryption key.

Return the Symmetric Encryption key.

Return the owner signing key.

Return the public and secret encryption keys.

Return the public and secret signing keys.

Set request timeout.

Restart the routing client and reconnect to the network.

Important traits for Box<R>

Get immutable data from the network. If the data exists locally in the cache then it will be immediately returned without making an actual network request. Read more

Important traits for Box<R>

Put immutable data onto the network.

Important traits for Box<R>

Put MutableData onto the network.

Important traits for Box<R>

Mutates MutableData entries in bulk.

Important traits for Box<R>

Get entire MutableData from the network.

Important traits for Box<R>

Get a shell (bare bones) version of MutableData from the network.

Important traits for Box<R>

Get a current version of MutableData from the network.

Important traits for Box<R>

Return a complete list of entries in MutableData.

Important traits for Box<R>

Return a list of keys in MutableData stored on the network.

Important traits for Box<R>

Return a list of keys in MutableData stored on the network.

Important traits for Box<R>

Get a single entry from MutableData.

Important traits for Box<R>

Get data from the network.

Important traits for Box<R>

Return a list of permissions in MutableData stored on the network.

Important traits for Box<R>

Return a list of permissions for a particular User in MutableData.

Important traits for Box<R>

Updates or inserts a permission set for a given user

Important traits for Box<R>

Deletes a permission set for a given user

Important traits for Box<R>

Sends an ownership transfer request.

Important traits for Box<R>

Fetches a list of authorised keys and version in MaidManager.

Important traits for Box<R>

Adds a new authorised key to MaidManager.

Important traits for Box<R>

Removes an authorised key from MaidManager.

impl Clone for AppClient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AppClient
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AppClient

impl !Sync for AppClient