pub struct LiveChannel {
pub binding: ChannelBinding,
pub instance: ConnectorInstance,
}Expand description
Live Channel after connector instance realization at runtime start.
Fields§
§binding: ChannelBindingStatic binding.
instance: ConnectorInstanceMatched connector instance.
Auto Trait Implementations§
impl !RefUnwindSafe for LiveChannel
impl !UnwindSafe for LiveChannel
impl Freeze for LiveChannel
impl Send for LiveChannel
impl Sync for LiveChannel
impl Unpin for LiveChannel
impl UnsafeUnpin for LiveChannel
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