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