pub struct EventAlias {
pub exchange: &'static str,
pub group_id: &'static str,
}Fields§
§exchange: &'static str§group_id: &'static strTrait Implementations§
Source§impl Clone for EventAlias
impl Clone for EventAlias
Source§fn clone(&self) -> EventAlias
fn clone(&self) -> EventAlias
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 EventAlias
impl Debug for EventAlias
Source§impl PartialEq for EventAlias
impl PartialEq for EventAlias
impl Copy for EventAlias
impl Eq for EventAlias
impl StructuralPartialEq for EventAlias
Auto Trait Implementations§
impl Freeze for EventAlias
impl RefUnwindSafe for EventAlias
impl Send for EventAlias
impl Sync for EventAlias
impl Unpin for EventAlias
impl UnsafeUnpin for EventAlias
impl UnwindSafe for EventAlias
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