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