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