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