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