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