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