pub struct TcpSessionResult {
pub session: TcpSession,
pub interface: MeetingInterface,
}Fields§
§session: TcpSession§interface: MeetingInterfaceAuto Trait Implementations§
impl Freeze for TcpSessionResult
impl !RefUnwindSafe for TcpSessionResult
impl Send for TcpSessionResult
impl !Sync for TcpSessionResult
impl Unpin for TcpSessionResult
impl !UnwindSafe for TcpSessionResult
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