Struct jsonrpc_ipc_server::SecurityAttributes [−][src]
pub struct SecurityAttributes { /* fields omitted */ }
Socket permissions and ownership on UNIX
Implementations
impl SecurityAttributes
[src]
impl SecurityAttributes
[src]pub fn empty() -> SecurityAttributes
[src]
New default security attributes.
pub fn allow_everyone_connect(self) -> Result<SecurityAttributes, Error>
[src]
New security attributes that allow everyone to connect.
pub fn set_mode(self, mode: u16) -> Result<SecurityAttributes, Error>
[src]
Set a custom permission on the socket
pub fn allow_everyone_create() -> Result<SecurityAttributes, Error>
[src]
New security attributes that allow everyone to create.