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