Enum reactive_messaging::prelude::Channels
source · pub enum Channels {
Atomic,
FullSync,
Crossbeam,
}Expand description
Specifies the channels (queues) from reactive-mutiny thay may be used to send/receive data.
On different hardware, the performance characteristics may vary.
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<Channels> for Channels
impl PartialEq<Channels> for Channels
impl StructuralPartialEq for Channels
Auto Trait Implementations§
impl RefUnwindSafe for Channels
impl Send for Channels
impl Sync for Channels
impl Unpin for Channels
impl UnwindSafe for Channels
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