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