Struct safe_core::ipc::ContainersReq [] [src]

pub struct ContainersReq {
    pub app: AppExchangeInfo,
    pub containers: HashMap<String, ContainerPermissions>,
}

Containers request

Fields

Exchange info

Requested containers

Methods

impl ContainersReq
[src]

[src]

Consumes the object and returns the FFI counterpart.

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

Trait Implementations

impl Clone for ContainersReq
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ContainersReq
[src]

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

[src]

Formats the value using the given formatter.

impl ReprC for ContainersReq
[src]

C representation of the type

Error type

[src]

Constructs the object from the FFI counterpart.

After calling this functions, the subobjects memory is owned by the resulting object.