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