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