pub struct ChannelService {}Implementations§
Source§impl ChannelService
impl ChannelService
pub fn start( ep: impl Endpoint + 'static + Clone, ) -> (ChannelClient, ChannelTopic)
Auto Trait Implementations§
impl Freeze for ChannelService
impl RefUnwindSafe for ChannelService
impl Send for ChannelService
impl Sync for ChannelService
impl Unpin for ChannelService
impl UnsafeUnpin for ChannelService
impl UnwindSafe for ChannelService
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