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