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