pub struct SessionConfig {
pub transport: TransportConfig,
pub setup: SetupConfig,
pub reconnect: ReconnectPolicy,
}Expand description
Complete session configuration combining transport, protocol, and reconnection settings.
Fields§
§transport: TransportConfig§setup: SetupConfig§reconnect: ReconnectPolicyAuto Trait Implementations§
impl Freeze for SessionConfig
impl RefUnwindSafe for SessionConfig
impl Send for SessionConfig
impl Sync for SessionConfig
impl Unpin for SessionConfig
impl UnsafeUnpin for SessionConfig
impl UnwindSafe for SessionConfig
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