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