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