pub struct SingletonClientArgs {
pub log: Logger,
pub stream: UnixStream,
pub shutdown: Barrier<ShutdownSignal>,
pub port_requests: Receiver<PortList>,
}Fields§
§log: Logger§stream: UnixStream§shutdown: Barrier<ShutdownSignal>§port_requests: Receiver<PortList>Auto Trait Implementations§
impl !Freeze for SingletonClientArgs
impl !RefUnwindSafe for SingletonClientArgs
impl !UnwindSafe for SingletonClientArgs
impl Send for SingletonClientArgs
impl Sync for SingletonClientArgs
impl Unpin for SingletonClientArgs
impl UnsafeUnpin for SingletonClientArgs
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