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