pub struct IpcClientConnectOptions {
pub wait_if_busy: bool,
pub wait_if_not_found: bool,
pub uds_disallow_chdir: bool,
}Fields§
§wait_if_busy: bool§wait_if_not_found: bool§uds_disallow_chdir: boolTrait Implementations§
Source§impl Default for IpcClientConnectOptions
impl Default for IpcClientConnectOptions
Source§fn default() -> IpcClientConnectOptions
fn default() -> IpcClientConnectOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IpcClientConnectOptions
impl RefUnwindSafe for IpcClientConnectOptions
impl Send for IpcClientConnectOptions
impl Sync for IpcClientConnectOptions
impl Unpin for IpcClientConnectOptions
impl UnsafeUnpin for IpcClientConnectOptions
impl UnwindSafe for IpcClientConnectOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more