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