pub enum PubSubDriver {
Memory,
Postgres,
Redis,
}Variants§
Trait Implementations§
Source§impl Clone for PubSubDriver
impl Clone for PubSubDriver
Source§fn clone(&self) -> PubSubDriver
fn clone(&self) -> PubSubDriver
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 moreimpl Copy for PubSubDriver
Source§impl Debug for PubSubDriver
impl Debug for PubSubDriver
impl Eq for PubSubDriver
Source§impl PartialEq for PubSubDriver
impl PartialEq for PubSubDriver
impl StructuralPartialEq for PubSubDriver
Auto Trait Implementations§
impl Freeze for PubSubDriver
impl RefUnwindSafe for PubSubDriver
impl Send for PubSubDriver
impl Sync for PubSubDriver
impl Unpin for PubSubDriver
impl UnsafeUnpin for PubSubDriver
impl UnwindSafe for PubSubDriver
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