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