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