Enum safe_core::ipc::req::IpcReq [] [src]

pub enum IpcReq {
    Auth(AuthReq),
    Containers(ContainersReq),
    Unregistered,
    ShareMData(ShareMDataReq),
}

IPC request

Variants

Authentication request

Containers request

Unregistered client authenticator request, returning bootstrap config

Share mutable data

Trait Implementations

impl Debug for IpcReq
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IpcReq
[src]

[src]

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

[src]

This method tests for !=.