Struct GCRuntimeTCPState
pub struct GCRuntimeTCPState {
pub controller: Arc<GCGatewayController>,
pub publisher: GCMessagePublisher,
}Fields§
§controller: Arc<GCGatewayController>§publisher: GCMessagePublisherAuto Trait Implementations§
impl Freeze for GCRuntimeTCPState
impl !RefUnwindSafe for GCRuntimeTCPState
impl Send for GCRuntimeTCPState
impl Sync for GCRuntimeTCPState
impl Unpin for GCRuntimeTCPState
impl UnsafeUnpin for GCRuntimeTCPState
impl !UnwindSafe for GCRuntimeTCPState
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