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