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