pub struct IngredientsPropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for IngredientsPropertyIri
impl PartialEq<&str> for IngredientsPropertyIri
Source§impl PartialEq<IngredientsPropertyIri> for &str
impl PartialEq<IngredientsPropertyIri> for &str
Auto Trait Implementations§
impl Freeze for IngredientsPropertyIri
impl RefUnwindSafe for IngredientsPropertyIri
impl Send for IngredientsPropertyIri
impl Sync for IngredientsPropertyIri
impl Unpin for IngredientsPropertyIri
impl UnwindSafe for IngredientsPropertyIri
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