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