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