Struct safe_core::ipc::req::AppExchangeInfo [] [src]

pub struct AppExchangeInfo {
    pub id: String,
    pub scope: Option<String>,
    pub name: String,
    pub vendor: String,
}

Represents an application ID in the process of asking permissions

Fields

The ID. It must be unique.

Reserved by the frontend.

The application friendly-name.

The application provider/vendor (e.g. MaidSafe)

Methods

impl AppExchangeInfo
[src]

[src]

Consumes the object and returns the wrapped raw pointer.

You're now responsible for freeing this memory once you're done.

Trait Implementations

impl Clone for AppExchangeInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for AppExchangeInfo
[src]

impl PartialEq for AppExchangeInfo
[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 Debug for AppExchangeInfo
[src]

[src]

Formats the value using the given formatter.

impl ReprC for AppExchangeInfo
[src]

C representation of the type

Error type

[src]

Constructs the object from a raw pointer.

After calling this function, the raw pointer is owned by the resulting object.