Struct safe_core::ipc::resp::AuthGranted [] [src]

pub struct AuthGranted {
    pub app_keys: AppKeys,
    pub bootstrap_config: BootstrapConfig,
    pub access_container: AccessContInfo,
}

It represents the authentication response.

Fields

The access keys.

The crust config.

Useful to reuse bootstrap nodes and speed up access.

Access container

Methods

impl AuthGranted
[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 AuthGranted
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AuthGranted
[src]

Formats the value using the given formatter.

impl PartialEq for AuthGranted
[src]

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

This method tests for !=.

impl Eq for AuthGranted
[src]

impl ReprC for AuthGranted
[src]

C representation of the type

Error type

Converts from a raw type into an owned type by cloning data