pub enum ExchangeType {
Direct,
Fanout,
Topic,
}Variants§
Trait Implementations§
Source§impl Clone for ExchangeType
impl Clone for ExchangeType
Source§fn clone(&self) -> ExchangeType
fn clone(&self) -> ExchangeType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExchangeType
impl Debug for ExchangeType
Source§impl PartialEq for ExchangeType
impl PartialEq for ExchangeType
impl Copy for ExchangeType
impl Eq for ExchangeType
impl StructuralPartialEq for ExchangeType
Auto Trait Implementations§
impl Freeze for ExchangeType
impl RefUnwindSafe for ExchangeType
impl Send for ExchangeType
impl Sync for ExchangeType
impl Unpin for ExchangeType
impl UnsafeUnpin for ExchangeType
impl UnwindSafe for ExchangeType
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