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