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