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