27 (*this) = std::forward<SessionOptions>(rhs);
54 port = std::move(rhs.port);
59 homeDir = std::move(rhs.homeDir);
60 timeout = std::move(rhs.timeout);
61 tmode = std::move(rhs.tmode);
62 timeMax = std::move(rhs.timeMax);
63 cleanup = std::move(rhs.cleanup);
78 tmode = ThreadMode::tmSync;
80 cleanup = CleanupFlag::cfNotDelete;