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