Struct parity_tokio_ipc::SecurityAttributes[][src]

pub struct SecurityAttributes { /* fields omitted */ }
Expand description

Socket permissions and ownership on UNIX

Implementations

New default security attributes. These only allow access by the process’s own user and the system administrator.

New security attributes that allow everyone to connect.

Set a custom permission on the socket

New security attributes that allow everyone to create.

This does not work on unix, where it is equivalent to SecurityAttributes::allow_everyone_connect.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.