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