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