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