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