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