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