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