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