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