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