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