pub struct InMemoryBusClient { /* private fields */ }Implementations§
Source§impl InMemoryBusClient
impl InMemoryBusClient
pub async fn take_published(&self) -> Vec<(String, Value)>
Trait Implementations§
Source§impl BusClient for InMemoryBusClient
impl BusClient for InMemoryBusClient
Source§impl Clone for InMemoryBusClient
impl Clone for InMemoryBusClient
Source§fn clone(&self) -> InMemoryBusClient
fn clone(&self) -> InMemoryBusClient
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 InMemoryBusClient
impl Default for InMemoryBusClient
Source§fn default() -> InMemoryBusClient
fn default() -> InMemoryBusClient
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for InMemoryBusClient
impl !UnwindSafe for InMemoryBusClient
impl Freeze for InMemoryBusClient
impl Send for InMemoryBusClient
impl Sync for InMemoryBusClient
impl Unpin for InMemoryBusClient
impl UnsafeUnpin for InMemoryBusClient
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