pub struct DirectEmbeddedConversationBackend;Expand description
Minimal in-process conversation backend that accepts sends immediately.
Trait Implementations§
Source§impl Clone for DirectEmbeddedConversationBackend
impl Clone for DirectEmbeddedConversationBackend
Source§fn clone(&self) -> DirectEmbeddedConversationBackend
fn clone(&self) -> DirectEmbeddedConversationBackend
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DirectEmbeddedConversationBackend
impl Default for DirectEmbeddedConversationBackend
Source§fn default() -> DirectEmbeddedConversationBackend
fn default() -> DirectEmbeddedConversationBackend
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DirectEmbeddedConversationBackend
impl RefUnwindSafe for DirectEmbeddedConversationBackend
impl Send for DirectEmbeddedConversationBackend
impl Sync for DirectEmbeddedConversationBackend
impl Unpin for DirectEmbeddedConversationBackend
impl UnsafeUnpin for DirectEmbeddedConversationBackend
impl UnwindSafe for DirectEmbeddedConversationBackend
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