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