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