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