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