pub struct ConnectorClient { /* private fields */ }Implementations§
Source§impl ConnectorClient
impl ConnectorClient
Sourcepub fn sender(&self) -> ConnectorClientSender
pub fn sender(&self) -> ConnectorClientSender
TODO(clawdentity): document sender.
Sourcepub async fn recv_frame(&mut self) -> Option<ConnectorFrame>
pub async fn recv_frame(&mut self) -> Option<ConnectorFrame>
TODO(clawdentity): document recv_frame.
Auto Trait Implementations§
impl Freeze for ConnectorClient
impl RefUnwindSafe for ConnectorClient
impl Send for ConnectorClient
impl Sync for ConnectorClient
impl Unpin for ConnectorClient
impl UnsafeUnpin for ConnectorClient
impl UnwindSafe for ConnectorClient
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