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