Enum safe_core::ipc::resp::IpcResp[][src]

pub enum IpcResp {
    Auth(Result<AuthGranted, IpcError>),
    Containers(Result<(), IpcError>),
    Unregistered(Result<BootstrapConfig, IpcError>),
    ShareMData(Result<(), IpcError>),
}

IPC response.

Variants

Authentication.

Containers.

Unregistered client.

Share mutable data.

Trait Implementations

impl Debug for IpcResp
[src]

Formats the value using the given formatter. Read more

impl Eq for IpcResp
[src]

impl PartialEq for IpcResp
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for IpcResp

impl Sync for IpcResp