pub struct BroadcastEventIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for BroadcastEventIriOrLabel
impl PartialEq<&str> for BroadcastEventIriOrLabel
source§impl PartialEq<BroadcastEventIriOrLabel> for &str
impl PartialEq<BroadcastEventIriOrLabel> for &str
source§fn eq(&self, other: &BroadcastEventIriOrLabel) -> bool
fn eq(&self, other: &BroadcastEventIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for BroadcastEventIriOrLabel
impl RefUnwindSafe for BroadcastEventIriOrLabel
impl Send for BroadcastEventIriOrLabel
impl Sync for BroadcastEventIriOrLabel
impl Unpin for BroadcastEventIriOrLabel
impl UnwindSafe for BroadcastEventIriOrLabel
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