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

pub struct AuthGranted {
    pub app_keys: AppKeys,
    pub bootstrap_config: BootstrapConfig,
    pub access_container_info: AccessContInfo,
    pub access_container_entry: AccessContainerEntry,
}

It represents the authentication response.

Fields

The access keys.

The crust config. Useful to reuse bootstrap nodes and speed up access.

Access container info

Access container entry

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AuthGranted
[src]

[src]

Formats the value using the given formatter.

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

impl ReprC for AuthGranted
[src]

C representation of the type

Error type

[src]

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