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