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