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