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